remove wrong dependency

This commit is contained in:
Arnaud Jamin
2024-03-01 11:12:02 -05:00
parent dd2c4ad694
commit 72127c9cdd
@@ -31,7 +31,7 @@ public class CogCommon : ModuleRules
new string[]
{
"CoreUObject",
"Engine", "CogDebug",
"Engine",
}
);