diff options
Diffstat (limited to 'src/modules/options')
-rw-r--r-- | src/modules/options/descbutton.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/filter.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/headerbar.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/iconheader.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/options.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/options/descbutton.cpp b/src/modules/options/descbutton.cpp index 2e5d55c7a4..773d3893b3 100644 --- a/src/modules/options/descbutton.cpp +++ b/src/modules/options/descbutton.cpp @@ -23,7 +23,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "m_descbutton.h"
extern HINSTANCE hMirandaInst;
diff --git a/src/modules/options/filter.cpp b/src/modules/options/filter.cpp index 116899d44e..0088220266 100644 --- a/src/modules/options/filter.cpp +++ b/src/modules/options/filter.cpp @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "filter.h"
HANDLE hOptionsInitialize;
diff --git a/src/modules/options/headerbar.cpp b/src/modules/options/headerbar.cpp index a2407d2aab..b4acd701d6 100644 --- a/src/modules/options/headerbar.cpp +++ b/src/modules/options/headerbar.cpp @@ -23,7 +23,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "m_iconheader.h"
extern HINSTANCE hMirandaInst;
diff --git a/src/modules/options/iconheader.cpp b/src/modules/options/iconheader.cpp index 9ab44b0852..669fd2345a 100644 --- a/src/modules/options/iconheader.cpp +++ b/src/modules/options/iconheader.cpp @@ -23,7 +23,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "m_iconheader.h"
diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp index 0366d99062..d8d09f8967 100644 --- a/src/modules/options/options.cpp +++ b/src/modules/options/options.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "filter.h"
#define OPENOPTIONSDIALOG_OLD_SIZE 12
|