[EXPLORER]

* Add resource.h inclusion to the main header.
* Remove some unneeded inclusions.
CORE-7716

svn path=/trunk/; revision=61319
This commit is contained in:
Amine Khaldi 2013-12-21 14:15:30 +00:00
parent 5af51747bd
commit 1441b8007f
16 changed files with 2 additions and 47 deletions

View file

@ -28,8 +28,6 @@
#include <precomp.h>
#include "../resource.h"
#include "../taskbar/desktopbar.h"
#include "../taskbar/taskbar.h" // for PM_GET_LAST_ACTIVE

View file

@ -30,8 +30,6 @@
#include <precomp.h>
#include "../resource.h"
#include "searchprogram.h"

View file

@ -30,8 +30,6 @@
#include <precomp.h>
#include "../resource.h"
#include "../taskbar/traynotify.h"
#include "settings.h"

View file

@ -30,12 +30,8 @@
#include <precomp.h> // <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
#include "resource.h"
#include <locale.h> // for setlocale()
#include <wincon.h>
#ifndef __WINE__
#include <io.h> // for dup2()
#include <fcntl.h> // for _O_RDONLY

View file

@ -48,3 +48,5 @@
#include "globals.h"
#include "externals.h"
#include "resource.h"

View file

@ -32,9 +32,6 @@
#include "regfs.h"
#include "fatfs.h"
#include "../resource.h"
FileChildWndInfo::FileChildWndInfo(HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype)
: super(hmdiclient),
_etype(etype)

View file

@ -33,8 +33,6 @@
*/
extern HWND create_webchildwindow(const WebChildWndInfo& info);
#include "../resource.h"
#include "../dialogs/settings.h" // for MdiSdiDlg
//#define _NO_REBAR

View file

@ -28,9 +28,6 @@
#include <precomp.h>
#include "../resource.h"
enum IMAGE {
IMG_NONE=-1, IMG_FILE=0, IMG_DOCUMENT, IMG_EXECUTABLE,
IMG_FOLDER, IMG_OPEN_FOLDER, IMG_FOLDER_PLUS,IMG_OPEN_PLUS, IMG_OPEN_MINUS,

View file

@ -28,15 +28,11 @@
#include <precomp.h>
#include "../resource.h"
// work around GCC's wide string constant bug
#ifdef __GNUC__
const LPCTSTR C_DRIVE = C_DRIVE_STR;
#endif
ShellBrowser::ShellBrowser(HWND hwnd, HWND hwndFrame, HWND left_hwnd, WindowHandle& right_hwnd, ShellPathInfo& create_info,
BrowserCallback* cb, CtxMenuInterfaces& cm_ifs)
: super(IID_IShellFolderViewCB),

View file

@ -28,12 +28,6 @@
#include <precomp.h>
//#include "shellfs.h"
//#include "winfs.h"
#include <shlwapi.h>
bool ShellDirectory::fill_w32fdata_shell(LPCITEMIDLIST pidl, SFGAOF attribs, WIN32_FIND_DATA* pw32fdata, BY_HANDLE_FILE_INFORMATION* pbhfi, bool do_access)
{
CONTEXT("ShellDirectory::fill_w32fdata_shell()");

View file

@ -25,19 +25,12 @@
// Martin Fuchs, 08.02.2004
//
#include <precomp.h>
#include "../resource.h"
#include "webchild.h"
#include <comutil.h>
//#include <mshtml.h>
Variant::Variant(const VARIANT& var)
{
VariantInit(this);

View file

@ -28,8 +28,6 @@
#include <precomp.h>
#include "../resource.h"
#include "desktopbar.h"
#include "taskbar.h"
#include "startmenu.h"

View file

@ -28,8 +28,6 @@
#include <precomp.h>
#include "../resource.h"
#include "quicklaunch.h"

View file

@ -32,8 +32,6 @@
#include <precomp.h>
#include "../resource.h"
#include "desktopbar.h"
#include "startmenu.h"

View file

@ -28,11 +28,8 @@
#include <precomp.h>
#include "../resource.h"
#include "traynotify.h"
#include "../notifyhook/notifyhook.h"
NotifyHook::NotifyHook()

View file

@ -28,9 +28,6 @@
#include <precomp.h>
#include "../resource.h" // for ID_GO_BACK, ...
WindowClass::WindowClass(LPCTSTR classname, UINT style_, WNDPROC wndproc)
{
memset(this, 0, sizeof(WNDCLASSEX));