summaryrefslogtreecommitdiff
path: root/automation/source/communi
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:54:57 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 12:54:57 -0600
commitd724b4dda10cc886fd2b51d14d4b8cc0748f5489 (patch)
treedcc0cc16a1a697c80225684f043a92e22fbb6a94 /automation/source/communi
parente6e29733ed6d8b0d164f9f130e1be0d2289dd341 (diff)
remove of pch header in automation
Diffstat (limited to 'automation/source/communi')
-rw-r--r--automation/source/communi/communi.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/automation/source/communi/communi.cxx b/automation/source/communi/communi.cxx
index d8fe49f4fe2d..802c07f3a9c0 100644
--- a/automation/source/communi/communi.cxx
+++ b/automation/source/communi/communi.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_automation.hxx"
#include <stdio.h>
#if OSL_DEBUG_LEVEL > 1
#define DEBUGPRINTF(x) { printf(x); fflush( stdout ); }