Skip to content

Commit

Permalink
Remove some remaining (unneeded) Qt includes
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed May 12, 2018
1 parent 44f8c1f commit ab832c1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion lib/ivis_opengl/ivisdef.h
Expand Up @@ -35,7 +35,6 @@
#include "tex.h"

#include <vector>
#include <QtCore/QVector>
#include <string>


Expand Down
1 change: 1 addition & 0 deletions lib/ivis_opengl/pieblitfunc.h
Expand Up @@ -42,6 +42,7 @@
#include "pietypes.h"
#include "piepalette.h"
#include "pieclip.h"
#include <list>

/***************************************************************************/
/*
Expand Down
1 change: 0 additions & 1 deletion lib/sdl/main_sdl.cpp
Expand Up @@ -23,7 +23,6 @@
*/

// Get platform defines before checking for them!
#include <QtCore/QString>
#include "lib/framework/wzapp.h"

#include <QtWidgets/QApplication>
Expand Down
3 changes: 0 additions & 3 deletions src/main.cpp
Expand Up @@ -23,9 +23,6 @@

// Get platform defines before checking for them!
#include "lib/framework/wzapp.h"
#include <QtCore/QTextCodec>
#include <QtWidgets/QApplication>
#include <QtWidgets/QMessageBox>

#if defined(WZ_OS_WIN)
# include <shlobj.h> /* For SHGetFolderPath */
Expand Down
1 change: 0 additions & 1 deletion src/researchdef.h
Expand Up @@ -24,7 +24,6 @@
#ifndef __INCLUDED_RESEARCHDEF_H__
#define __INCLUDED_RESEARCHDEF_H__

#include <QtCore/QStringList>
#include "lib/framework/frame.h"
#include "statsdef.h"
#include "lib/framework/wzconfig.h"
Expand Down

0 comments on commit ab832c1

Please sign in to comment.