Removed include directives for wx/wx.h within 3D cache code

This commit is contained in:
Cirilo Bernardo 2016-01-28 17:12:41 +11:00
parent 1028535561
commit cd831d9a8a
3 changed files with 6 additions and 3 deletions

View File

@ -24,7 +24,7 @@
#ifndef CACHE_DIALOGS_3D_H
#define CACHE_DIALOGS_3D_H
#include <wx/wx.h>
#include <wx/window.h>
class S3D_CACHE;
class S3D_FILENAME_RESOLVER;

View File

@ -30,7 +30,10 @@
#ifndef DLG_SELECT_3DMODEL_H
#define DLG_SELECT_3DMODEL_H
#include <wx/wx.h>
#include <wx/event.h>
#include <wx/stattext.h>
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/dirctrl.h>
#include <wx/sizer.h>
#include <wx/frame.h>

View File

@ -34,8 +34,8 @@
#ifndef PANEL_PREV_MODEL_H
#define PANEL_PREV_MODEL_H
#include <wx/wx.h>
#include <wx/panel.h>
#include <wx/textctrl.h>
#include "plugins/3dapi/c3dmodel.h"
#include "3d_cache/3d_info.h"