neutrino.h: use forward declaration instead of includes

this reduces the dependency chain on partial rebuilds considerably
This commit is contained in:
Stefan Seyfried
2015-02-11 08:22:36 +01:00
committed by Jacek Jendrzej
parent 967f85eb5f
commit b3bfb361f5
4 changed files with 8 additions and 8 deletions

View File

@@ -100,6 +100,7 @@
#include "gui/pipsetup.h"
#endif
#include "gui/themes.h"
#include "gui/timerlist.h"
#include <system/ytcache.h>