1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 03:39:42 +00:00

Doing forward declaration instead

This commit is contained in:
Alexander "Ace" Olofsson 2015-01-23 16:05:36 +01:00
parent 0c1d762790
commit 7a903b7100

View file

@ -3,16 +3,11 @@
#include <QWidget>
#ifndef Q_MOC_RUN
#include <OgreRoot.h>
#include <OgreRenderSystem.h>
#endif
#include <components/ogreinit/ogreinit.hpp>
#include "ui_graphicspage.h"
namespace Ogre { class Root; class RenderSystem; }
namespace Files { struct ConfigurationManager; }