From 2f6efc49f5a87faaa2a09aef64a873264e3797a4 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Wed, 21 Sep 2016 19:30:48 +0200 Subject: [PATCH] No longer include ast_common.h in lib/cdt The ast_common.h no longer contains anything used by cdt, so including it is no longer needed. --- lib/cdt/cdt.vcxproj | 4 ++-- lib/cdt/dthdr.h | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index 84cfee214..d44b5cd83 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -51,7 +51,7 @@ Disabled - $(ProjectDir);$(SolutionDir)windows\include + $(ProjectDir) WIN32;_DEBUG;_WINDOWS;_USRDLL;CDT_EXPORTS;WIN32_DLL;_BLD_cdt ;__EXPORT__;%(PreprocessorDefinitions) MultiThreadedDebugDLL @@ -71,7 +71,7 @@ - $(ProjectDir);$(SolutionDir)windows\include + $(ProjectDir) WIN32;NDEBUG;_WINDOWS;_USRDLL;CDT_EXPORTS;WIN32_DLL;_BLD_cdt;__EXPORT__;%(PreprocessorDefinitions) MultiThreaded diff --git a/lib/cdt/dthdr.h b/lib/cdt/dthdr.h index 9663d6b76..1f5967eb4 100644 --- a/lib/cdt/dthdr.h +++ b/lib/cdt/dthdr.h @@ -10,12 +10,6 @@ #include -#if defined(_PACKAGE_ast) -#include -#else -#include -#endif - #include /* short-hand notations */ -- 2.40.0