CMake
- improve compilation by removing the git sha1 dependency into its own include file that is just used 2 times instead of auto.h that is included in more places.
This commit is contained in:
@@ -42,8 +42,11 @@
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "main.h"
|
||||
#include "../auto.h"
|
||||
#include "Transport.h"
|
||||
#include "../auto.h"
|
||||
#ifdef HAVE_COMMIT
|
||||
#include "../commit.h"
|
||||
#endif
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user