Browse Source

HPCC-23555 Reduce number of dependencies on build-config.h

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 years ago
parent
commit
660231c3e5

+ 0 - 1
ecl/hql/hql.hpp

@@ -24,7 +24,6 @@
 #endif
 #endif
 
 
 #include "hqlatoms.hpp"
 #include "hqlatoms.hpp"
-#include "build-config.h"
 
 
 #ifdef _DEBUG
 #ifdef _DEBUG
  //#define TEST_INDEX_PROJECT  // Force index translation (to default specified record) on all indexes - for testing!
  //#define TEST_INDEX_PROJECT  // Force index translation (to default specified record) on all indexes - for testing!

+ 2 - 1
ecl/hql/hqlerror.cpp

@@ -16,9 +16,10 @@
 ############################################################################## */
 ############################################################################## */
 
 
 #include "jlog.hpp"
 #include "jlog.hpp"
+#include "build-config.h"
+
 #include "hqlerror.hpp"
 #include "hqlerror.hpp"
 #include "hqlerrors.hpp"
 #include "hqlerrors.hpp"
-
 //---------------------------------------------------------------------------------------------------------------------
 //---------------------------------------------------------------------------------------------------------------------
 
 
 ErrorSeverity getSeverity(IAtom * name)
 ErrorSeverity getSeverity(IAtom * name)

+ 1 - 0
ecl/hql/hqllex.l

@@ -26,6 +26,7 @@
 #include "jmisc.hpp"
 #include "jmisc.hpp"
 #include "hqlerrors.hpp"
 #include "hqlerrors.hpp"
 #include "hql.hpp"
 #include "hql.hpp"
+#include "build-config.h"
 #include "hqlgram.hpp"
 #include "hqlgram.hpp"
 #include "eclrtl.hpp"
 #include "eclrtl.hpp"
 
 

+ 1 - 0
esp/services/ws_workunits/ws_workunitsService.cpp

@@ -52,6 +52,7 @@
 #include "rtlformat.hpp"
 #include "rtlformat.hpp"
 
 
 #include "package.h"
 #include "package.h"
+#include "build-config.h"
 
 
 #ifdef _USE_ZLIB
 #ifdef _USE_ZLIB
 #include "zcrypt.hpp"
 #include "zcrypt.hpp"