summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:12:41 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:12:41 -0600
commit49a9e8a08cc14003ad5806ba9256c163489f0d02 (patch)
tree478b1e4f8226eed7eefc98dd83044f09aabab84c /idl
parent2d16b82e095da6b75de825167cd63057ba8b4c45 (diff)
remove include of pch header from idl
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/pch/precompiled_idl.cxx1
-rw-r--r--idl/inc/pch/precompiled_idl.hxx1
-rw-r--r--idl/source/cmptools/hash.cxx2
-rw-r--r--idl/source/cmptools/lex.cxx2
-rw-r--r--idl/source/objects/basobj.cxx2
-rw-r--r--idl/source/objects/bastype.cxx2
-rw-r--r--idl/source/objects/module.cxx2
-rw-r--r--idl/source/objects/object.cxx2
-rw-r--r--idl/source/objects/slot.cxx2
-rw-r--r--idl/source/objects/types.cxx2
-rw-r--r--idl/source/prj/command.cxx2
-rw-r--r--idl/source/prj/database.cxx2
-rw-r--r--idl/source/prj/globals.cxx2
-rw-r--r--idl/source/prj/svidl.cxx2
14 files changed, 0 insertions, 26 deletions
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 <stdlib.h>
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 <ctype.h>
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 <ctype.h>
#include <stdio.h>
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 <tools/debug.hxx>
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 <ctype.h>
#include <stdio.h>
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 <ctype.h>
#include <stdio.h>
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 <ctype.h>
#include <stdio.h>
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 <ctype.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <ctype.h>
#include <stdio.h>
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 <tools/shl.hxx>
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 <stdlib.h>
#include <stdio.h>