Skip to content

Commit

Permalink
Fix c4group target generating C4ResStrTableGenerated.{cpp,h}
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 29, 2024
1 parent 47db48f commit a03f206
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/C4Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

#include <C4Config.h>

#include <C4UpperBoard.h>
#include "C4Version.h"
#ifdef C4ENGINE
#include <C4Application.h>
#include <C4Log.h>
#include <C4Network2.h>
#include <C4Language.h>
#include "C4ResStrTable.h"
#include <C4UpperBoard.h>
#endif

#include <StdFile.h>
Expand Down
5 changes: 4 additions & 1 deletion src/C4Group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@

#include <C4Components.h>
#include <C4InputValidation.h>
#include "C4Log.h"
#include "StdConfig.h"

#ifdef C4ENGINE
#include "C4Log.h"
#endif

#ifdef _WIN32
#include <sys/utime.h>
#include <shellapi.h>
Expand Down
1 change: 0 additions & 1 deletion src/C4InputValidation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
// user input validation functions

#include <C4InputValidation.h>
#include <C4Log.h>
#include <C4Config.h>

#ifdef C4ENGINE
Expand Down
1 change: 0 additions & 1 deletion src/C4Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "C4Config.h"
#include "C4Components.h"
#include "C4Group.h"
#include "C4Log.h"

#include <format>
#include <print>
Expand Down

0 comments on commit a03f206

Please sign in to comment.