Clean header includes
This commit is contained in:
@@ -17,7 +17,13 @@
|
||||
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "KissCount.h"
|
||||
|
||||
#include <view/view.h>
|
||||
|
||||
std::vector<ImportEngine*> * KissCount::_importEngines;
|
||||
std::vector<ExportEngine*> * KissCount::_exportEngines;
|
||||
|
||||
@@ -20,17 +20,16 @@
|
||||
#ifndef KISSCOUNT_H
|
||||
#define KISSCOUNT_H
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
|
||||
#include <model/import/ImportEngine.h>
|
||||
#include <model/export/ExportEngine.h>
|
||||
#include <model/model.h>
|
||||
#include <view/wxUI.h>
|
||||
|
||||
#include <wx/display.h>
|
||||
|
||||
#include <view/wxUI.h>
|
||||
|
||||
#define APP_VERSION "0.3"
|
||||
|
||||
#define ESCAPE_CHARS(s) { \
|
||||
|
||||
Reference in New Issue
Block a user