Convert all includes to relative paths.

This commit is contained in:
Lioncash
2014-02-17 05:18:15 -05:00
parent 73691a8587
commit 2afe215271
893 changed files with 4628 additions and 4957 deletions

View File

@ -4,28 +4,31 @@
#pragma once
#include <wx/wx.h> // wxWidgets
#include <string>
#include <vector>
#include <wx/wx.h>
#include <wx/busyinfo.h>
#include <wx/mstream.h>
#include <wx/listctrl.h>
#include <wx/artprov.h>
#include <wx/aui/aui.h>
#include <wx/tooltip.h>
#include <string>
#include <vector>
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif
#include "CDUtils.h"
#include "Debugger/CodeWindow.h"
#include "LogWindow.h"
#include "LogConfigWindow.h"
#include "TASInputDlg.h"
#include "Movie.h"
#include "Common/CDUtils.h"
#include "Core/Movie.h"
#include "DolphinWX/Globals.h"
#include "DolphinWX/LogWindow.h"
#include "DolphinWX/LogConfigWindow.h"
#include "DolphinWX/TASInputDlg.h"
#include "DolphinWX/Debugger/CodeWindow.h"
#if defined(HAVE_X11) && HAVE_X11
#include "X11Utils.h"
#include "DolphinWX/X11Utils.h"
#endif
// A shortcut to access the bitmaps