Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-05-24 16:15:08 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:57 +0300
commit4564e25c9dd76b5ec271f16174b5d73806bd4a4b (patch)
treebce71cad0b1901b0772735ba5dacee119e0e826a /qt_tstfrm
parente6b9d555a4509717171b625ad03fa1b371484424 (diff)
Fixed yg includes, should improve compilation speed
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/widgets.hpp9
-rw-r--r--qt_tstfrm/widgets_impl.hpp2
2 files changed, 2 insertions, 9 deletions
diff --git a/qt_tstfrm/widgets.hpp b/qt_tstfrm/widgets.hpp
index 5b331fd2f9..7456d82d69 100644
--- a/qt_tstfrm/widgets.hpp
+++ b/qt_tstfrm/widgets.hpp
@@ -1,14 +1,11 @@
#pragma once
-#include <QtGui/QWidget>
-
#include <QtOpenGL/qgl.h>
-#include "../base/start_mem_debug.hpp"
-#include "../std/shared_ptr.hpp"
-#include "../yg/screen.hpp"
#include "../map/drawer_yg.hpp"
+#include "../std/shared_ptr.hpp"
+
namespace qt
{
template <class TScreen, class TBase> class BaseDrawWidget : public TBase
@@ -54,5 +51,3 @@ namespace qt
//@}
};
}
-
-#include "../base/stop_mem_debug.hpp"
diff --git a/qt_tstfrm/widgets_impl.hpp b/qt_tstfrm/widgets_impl.hpp
index 5cbd0a49ef..00612904cc 100644
--- a/qt_tstfrm/widgets_impl.hpp
+++ b/qt_tstfrm/widgets_impl.hpp
@@ -2,8 +2,6 @@
#include "widgets.hpp"
-#include "../base/start_mem_debug.hpp"
-
namespace qt
{
template <class T>