Browse Source

Remove unneeded header which prevents compilation against recent O3DE

Signed-off-by: Jeremy Ong <[email protected]>
Jeremy Ong 4 years ago
parent
commit
070ffa4b0d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Gem/Code/Source/Automation/ScriptManager.cpp

+ 0 - 1
Gem/Code/Source/Automation/ScriptManager.cpp

@@ -31,7 +31,6 @@
 #include <AzFramework/IO/LocalFileIO.h>
 #include <AzFramework/Windowing/WindowBus.h>
 
-#include <AtomCore/Serialization/Json/JsonUtils.h>
 #include <AtomSampleViewerRequestBus.h>
 #include <Utils/Utils.h>