Browse Source

removed extra include that was giving problems on ubuntu, now everything is fixed

Luis 9 years ago
parent
commit
eaf79f4308
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      functions.cpp

+ 0
- 1
functions.cpp View File

7
 
7
 
8
 #include <QMessageBox>
8
 #include <QMessageBox>
9
 #include <QMap>
9
 #include <QMap>
10
-#include <windows.h>
11
 #include "functions.h"
10
 #include "functions.h"
12
 #ifdef _WIN32
11
 #ifdef _WIN32
13
 #include <windows.h>
12
 #include <windows.h>