summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/classfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/classfactory.cxx')
-rw-r--r--shell/source/win32/shlxthandler/classfactory.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/source/win32/shlxthandler/classfactory.cxx b/shell/source/win32/shlxthandler/classfactory.cxx
index 9ca1efedfaf0..4e15e853851b 100644
--- a/shell/source/win32/shlxthandler/classfactory.cxx
+++ b/shell/source/win32/shlxthandler/classfactory.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "internal/global.hxx"
+#include "global.hxx"
#include "classfactory.hxx"
-#include "internal/infotips.hxx"
-#include "internal/propsheets.hxx"
-#include "internal/columninfo.hxx"
+#include "infotips.hxx"
+#include "propsheets.hxx"
+#include "columninfo.hxx"
#ifdef __MINGW32__
#include <algorithm>
using ::std::max;
using ::std::min;
#endif
-#include "internal/thumbviewer.hxx"
-#include "internal/shlxthdl.hxx"
+#include "thumbviewer.hxx"
+#include "shlxthdl.hxx"
long CClassFactory::s_ServerLocks = 0;