CComponents: fix some includes

Included header files don't fit after move of components.
This commit is contained in:
2013-02-20 10:24:37 +01:00
parent c9eafa208e
commit 44346c6417
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
#include <driver/framebuffer.h>
#include <gui/color.h>
#include <gui/customcolor.h>
#include "textbox.h"
#include <gui/widget/textbox.h>
#include <vector>
#include <string>