Fix src/app/check_update.cpp compilation error with the renamed cfg.h to ini_file.h.

This commit is contained in:
David Capello 2011-07-27 22:21:30 -03:00
parent bcd36f6dc8
commit ce14cbfd89

View File

@ -24,12 +24,12 @@
#include "app.h"
#include "base/bind.h"
#include "core/cfg.h"
#include "ini_file.h"
#include "modules/gui.h"
#include "widgets/statebar.h"
#include <sstream>
#include <ctime>
#include <sstream>
namespace app {