diff options
Diffstat (limited to 'shell/source/win32/shlxthandler/shlxthdl.cxx')
-rw-r--r-- | shell/source/win32/shlxthandler/shlxthdl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx index 47d93d054c25..8cf408688ab6 100644 --- a/shell/source/win32/shlxthandler/shlxthdl.cxx +++ b/shell/source/win32/shlxthandler/shlxthdl.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "config.hxx" -#include "global.hxx" -#include "shlxthdl.hxx" +#include <config.hxx> +#include <global.hxx> +#include <shlxthdl.hxx> #include "classfactory.hxx" -#include "registry.hxx" -#include "fileextensions.hxx" -#include "utilities.hxx" +#include <registry.hxx> +#include <fileextensions.hxx> +#include <utilities.hxx> #include <string> #include <shlobj.h> |