提交 54b333b4 编写于 作者: H Heikki Linnakangas 提交者: Chris Hajas

gpos/base/ITask.h isn't actually used very widely, remove it from base.h.

(cherry picked from commit af6431ad)
上级 1d3874d6
......@@ -14,6 +14,8 @@
#include "gpos/base.h"
#include "gpos/common/CList.h"
#include "gpos/task/ITask.h"
namespace gpopt
{
using namespace gpos;
......
......@@ -10,6 +10,7 @@
//---------------------------------------------------------------------------
#include "gpos/base.h"
#include "gpos/task/IWorker.h"
#include "gpopt/base/CPrintPrefix.h"
......
......@@ -19,7 +19,6 @@
#include "gpos/error/IErrorContext.h"
#include "gpos/error/ILogger.h"
#include "gpos/memory/CMemoryPool.h"
#include "gpos/task/ITask.h"
#endif // GPOS_base_H
......
......@@ -24,6 +24,7 @@
#include "gpos/utils.h"
#include "gpos/common/CAutoP.h"
#include "gpos/task/ITask.h"
#define BYTES_PER_ULONG (GPOS_SIZEOF(ULONG))
#define BITS_PER_ULONG (BYTES_PER_ULONG * 8)
......
......@@ -20,6 +20,8 @@
#include "gpos/base.h"
#include "gpos/common/CStackObject.h"
namespace gpos
{
......
......@@ -12,6 +12,7 @@
#define GPOS_CAutoTrace_H
#include "gpos/base.h"
#include "gpos/common/CStackObject.h"
#include "gpos/io/COstreamString.h"
#include "gpos/string/CWStringDynamic.h"
......
......@@ -12,6 +12,7 @@
#define GPOS_CMiniDumper_H
#include "gpos/base.h"
#include "gpos/common/CStackObject.h"
#include "gpos/io/COstream.h"
namespace gpos
......
......@@ -11,6 +11,8 @@
#include "gpos/error/CAutoTrace.h"
#include "gpos/task/ITask.h"
using namespace gpos;
//---------------------------------------------------------------------------
......
......@@ -14,6 +14,7 @@
#include "gpos/io/ioutils.h"
#include "gpos/io/CFileDescriptor.h"
#include "gpos/string/CStringStatic.h"
#include "gpos/task/IWorker.h"
using namespace gpos;
......
......@@ -12,6 +12,7 @@
#include "gpos/base.h"
#include "gpos/io/ioutils.h"
#include "gpos/io/CFileReader.h"
#include "gpos/task/IWorker.h"
using namespace gpos;
......
......@@ -14,6 +14,7 @@
#include "gpos/base.h"
#include "gpos/io/ioutils.h"
#include "gpos/io/CFileWriter.h"
#include "gpos/task/IWorker.h"
using namespace gpos;
......
......@@ -22,6 +22,7 @@
#include "gpos/common/CStackDescriptor.h"
#include "gpos/memory/CMemoryVisitorPrint.h"
#include "gpos/string/CWStringStatic.h"
#include "gpos/task/ITask.h"
using namespace gpos;
......
......@@ -10,6 +10,7 @@
//---------------------------------------------------------------------------
#include "gpos/base.h"
#include "gpos/error/CAutoTrace.h"
#include "gpos/task/CAutoTraceFlag.h"
using namespace gpos;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册