CComponents: move class into its own source directory

The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f3f347bdb3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-12 (Tue, 12 Feb 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-02-12 21:10:43 +01:00
committed by Stefan Seyfried
parent 141256f053
commit 326a2211dc
12 changed files with 41 additions and 11 deletions

View File

@@ -55,7 +55,7 @@
#include <gui/widget/icons.h>
#include <gui/widget/messagebox.h>
#include <gui/widget/progressbar.h>
#include <gui/widget/components.h>
#include <gui/components/cc.h>
#include <system/settings.h>
#include <gui/customcolor.h>