From 49a9e8a08cc14003ad5806ba9256c163489f0d02 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:12:41 -0600 Subject: remove include of pch header from idl --- idl/inc/pch/precompiled_idl.cxx | 1 - idl/inc/pch/precompiled_idl.hxx | 1 - idl/source/cmptools/hash.cxx | 2 -- idl/source/cmptools/lex.cxx | 2 -- idl/source/objects/basobj.cxx | 2 -- idl/source/objects/bastype.cxx | 2 -- idl/source/objects/module.cxx | 2 -- idl/source/objects/object.cxx | 2 -- idl/source/objects/slot.cxx | 2 -- idl/source/objects/types.cxx | 2 -- idl/source/prj/command.cxx | 2 -- idl/source/prj/database.cxx | 2 -- idl/source/prj/globals.cxx | 2 -- idl/source/prj/svidl.cxx | 2 -- 14 files changed, 26 deletions(-) (limited to 'idl') diff --git a/idl/inc/pch/precompiled_idl.cxx b/idl/inc/pch/precompiled_idl.cxx index 7515c4ededbc..e5a2f60de99b 100644 --- a/idl/inc/pch/precompiled_idl.cxx +++ b/idl/inc/pch/precompiled_idl.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_idl.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idl/inc/pch/precompiled_idl.hxx b/idl/inc/pch/precompiled_idl.hxx index 977fd5d3b09e..1f2bf34bf349 100644 --- a/idl/inc/pch/precompiled_idl.hxx +++ b/idl/inc/pch/precompiled_idl.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:49.467600 #ifdef PRECOMPILED_HEADERS #endif diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index 6ddc5a618bce..6021a56b3ea8 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" // C and C++ includes #include diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx index 0ab749448732..91b5e1d49888 100644 --- a/idl/source/cmptools/lex.cxx +++ b/idl/source/cmptools/lex.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index 97822791533e..f5a5c3fd6288 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx index 01faea8c6d3f..b60477aef45f 100644 --- a/idl/source/objects/bastype.cxx +++ b/idl/source/objects/bastype.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 141323b7a336..08b42adc6ce5 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 676dcdd30f82..99cb16b584b8 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 8f2eeb76b61e..f352abf00423 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index abc36750a247..6f364fc3bf08 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 26cf5c0bb4d3..177637361d2a 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 5655180d1957..639e944b97a8 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index cf79f7c02296..6def78c4ae64 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index 80751619ed5c..85c01ebf2b8e 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_idl.hxx" #include #include -- cgit