From 4e270c6e76714de97814252fedafb01847adde29 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 17 Feb 2025 15:58:11 -0500 Subject: [SharedCache] Remove using namespace statement from headers --- view/sharedcache/api/sharedcacheapi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'view/sharedcache/api/sharedcacheapi.h') diff --git a/view/sharedcache/api/sharedcacheapi.h b/view/sharedcache/api/sharedcacheapi.h index af82bb62..5c50e283 100644 --- a/view/sharedcache/api/sharedcacheapi.h +++ b/view/sharedcache/api/sharedcacheapi.h @@ -5,8 +5,6 @@ #include "view/macho/machoview.h" #include "sharedcachecore.h" -using namespace BinaryNinja; - namespace SharedCacheAPI { template class SCRefCountObject { @@ -130,7 +128,6 @@ namespace SharedCacheAPI { std::string image; }; - using namespace BinaryNinja; struct SharedCacheMachOHeader : public SharedCacheCore::MetadataSerializable { uint64_t textBase = 0; uint64_t loadCommandOffset = 0; -- cgit v1.3.1