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/core/MetadataSerializable.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/sharedcache/core/MetadataSerializable.hpp') diff --git a/view/sharedcache/core/MetadataSerializable.hpp b/view/sharedcache/core/MetadataSerializable.hpp index 7b4c5c8c..24d8c3fd 100644 --- a/view/sharedcache/core/MetadataSerializable.hpp +++ b/view/sharedcache/core/MetadataSerializable.hpp @@ -45,6 +45,8 @@ #include "../api/sharedcachecore.h" #include "view/macho/machoview.h" +using namespace BinaryNinja; + namespace SharedCacheCore { #define MSS(name) context.store(#name, name) @@ -53,8 +55,6 @@ namespace SharedCacheCore { #define MSL(name) name = context.load(#name) #define MSL_CAST(name, storedType, type) name = (type)context.load(#name) -using namespace BinaryNinja; - struct DeserializationContext; struct SerializationContext { -- cgit v1.3.1