add header include statement

This commit is contained in:
laserpants 2016-03-19 11:32:49 +03:00
parent dd3a473fff
commit a91f0714ec
11 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "appbar.h"

View File

@ -0,0 +1 @@
#include "checkbox.h"

View File

@ -0,0 +1 @@
#include "dialog.h"

View File

@ -0,0 +1 @@
#include "iconmenu.h"

View File

@ -0,0 +1 @@
#include "list.h"

View File

@ -0,0 +1 @@
#include "radiobutton.h"

View File

@ -0,0 +1 @@
#include "slider.h"

View File

@ -0,0 +1 @@
#include "tab.h"

View File

@ -0,0 +1 @@
#include "table.h"

View File

@ -0,0 +1 @@
#include "tabs.h"

View File

@ -0,0 +1 @@
#include "textfield.h"