浏览代码

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 年之前
父节点
当前提交
660231c3e5
共有 4 个文件被更改,包括 4 次插入2 次删除
  1. 0 1
      ecl/hql/hql.hpp
  2. 2 1
      ecl/hql/hqlerror.cpp
  3. 1 0
      ecl/hql/hqllex.l
  4. 1 0
      esp/services/ws_workunits/ws_workunitsService.cpp

+ 0 - 1
ecl/hql/hql.hpp

@@ -24,7 +24,6 @@
 #endif
 
 #include "hqlatoms.hpp"
-#include "build-config.h"
 
 #ifdef _DEBUG
  //#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 "build-config.h"
+
 #include "hqlerror.hpp"
 #include "hqlerrors.hpp"
-
 //---------------------------------------------------------------------------------------------------------------------
 
 ErrorSeverity getSeverity(IAtom * name)

+ 1 - 0
ecl/hql/hqllex.l

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

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

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