1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-29 00:42:22 +03:00

Removed include of <ini.h>

No functions from libini are used, so this line was probably left there
by accident.
This commit is contained in:
Maarten ter Huurne 2015-04-23 23:01:54 +02:00
parent 7eb377a857
commit 16aa3dd999

View File

@ -26,7 +26,6 @@
#include <math.h>
#include <fstream>
#include <unistd.h>
#include <ini.h>
#include <cassert>
#include <cerrno>
#include <cstring>