diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-05 18:08:32 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-06 15:06:38 +0200 |
commit | 62e51648ff16af103330c5d5e55b1d753e1cdcdb (patch) | |
tree | 60d45cd845e2e5652a2da62a08e715c82cf64548 /extensions | |
parent | aa06349cff8b7f28d1e0ec2e4bc41fb2d7a2d65e (diff) |
tools/pathutils.hxx is windows-only
Change-Id: I280342029d830e4ffac2902dbb76e6ee9635dc70
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/nsplugin/source/npshell.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx index e9aae6561a84..b7ee74dff9c0 100644 --- a/extensions/source/nsplugin/source/npshell.cxx +++ b/extensions/source/nsplugin/source/npshell.cxx @@ -63,6 +63,8 @@ #pragma warning (pop) #endif +#include "tools/pathutils.hxx" + #endif //end of WNT @@ -71,7 +73,6 @@ #include <string.h> #include <errno.h> #include "boost/scoped_array.hpp" -#include "tools/pathutils.hxx" #include "npapi.h" #include "npshell.hxx" |