diff --git a/reactos/dll/win32/shell32/drvdefext.h b/reactos/dll/win32/shell32/dialogs/drvdefext.h similarity index 100% rename from reactos/dll/win32/shell32/drvdefext.h rename to reactos/dll/win32/shell32/dialogs/drvdefext.h diff --git a/reactos/dll/win32/shell32/filedefext.h b/reactos/dll/win32/shell32/dialogs/filedefext.h similarity index 100% rename from reactos/dll/win32/shell32/filedefext.h rename to reactos/dll/win32/shell32/dialogs/filedefext.h diff --git a/reactos/dll/win32/shell32/precomp.h b/reactos/dll/win32/shell32/precomp.h index 414820d8859..714158e23ca 100644 --- a/reactos/dll/win32/shell32/precomp.h +++ b/reactos/dll/win32/shell32/precomp.h @@ -62,8 +62,8 @@ #include "droptargets/CexeDropHandler.h" #include "COpenWithMenu.h" #include "CNewMenu.h" -#include "filedefext.h" -#include "drvdefext.h" +#include "dialogs/filedefext.h" +#include "dialogs/drvdefext.h" #include "CQueryAssociations.h" #include "shellmenu/CBandSite.h" #include "shellmenu/CMenuBand.h"