move gui/color.h includes from headers to cpp files

This commit is contained in:
Stefan Seyfried
2017-02-05 19:50:05 +01:00
committed by M. Liebmann
parent 9ba84a629a
commit 648c00f26a
7 changed files with 3 additions and 4 deletions

View File

@@ -52,6 +52,7 @@
#include <global.h>
#include <stdlib.h>
#include <gui/color.h>
#include "listframe.h"
#include <gui/widget/icons.h>
#include <driver/fontrenderer.h>