1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

In "utilities.h", only include those headers that are needed by the definitions in "utilities.h".

This commit is contained in:
Maarten ter Huurne
2010-06-19 04:44:03 +02:00
parent 6ec61558e9
commit 660b4f01aa
6 changed files with 8 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#include <dirent.h>
#include <algorithm>
#include <math.h>
#include <fstream>
#include "gmenu2x.h"
#include "linkapp.h"