do not include common/debug.h from common/util.h

svn-id: r36143
This commit is contained in:
Max Horn 2009-01-30 05:25:17 +00:00
parent 7cb437b56f
commit 341bc64aaf
34 changed files with 37 additions and 9 deletions

View file

@ -32,6 +32,7 @@
#include "backends/platform/sdl/sdl.h"
#include "common/archive.h"
#include "common/config-manager.h"
#include "common/debug.h"
#include "common/events.h"
#include "common/util.h"