summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-12-23 16:14:10 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-12-23 16:18:23 +0200
commitbcc6d1863f419806a519dfcae65bfa016b346600 (patch)
treedc76b9a45bbfa49cede4ab8e090c8cdb60ae2a6b /jvmfwk
parent76bbd3d9e8394c2578df8dd6e83677d4a5d7816b (diff)
Drop inclusion of tools/prewin.h and postwin.h from sunjavaplugin.cxx
That file compiles fine without them. These headers are in tools, which hasn't been built and delivered yet when sunjvmfwk is built. We can't add tools to the dependencies of jvmfwk as that would introduce circularity. As such, I see no reason why prewin.h and postwin.h are in tools. I think they should be in solenv, like premac.h and postmac.h. It would perhaps be an Easy Hack to move them, and drop the "tools/" from all lines including them?
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
index 3b6296a64b1a..3b07de8cefff 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
@@ -32,9 +32,7 @@
#ifdef WNT
# include <stdio.h>
# include <sys/stat.h>
-# include <tools/prewin.h>
# include <windows.h>
-# include <tools/postwin.h>
#endif
#if OSL_DEBUG_LEVEL > 0