Skip to content

Commit

Permalink
cleanup header files
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <[email protected]>
  • Loading branch information
XuNeo committed Apr 5, 2023
1 parent 1a9b4b9 commit 69050f7
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 98 deletions.
2 changes: 0 additions & 2 deletions src/anim.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
2 changes: 0 additions & 2 deletions src/event.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
2 changes: 0 additions & 2 deletions src/fs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
2 changes: 0 additions & 2 deletions src/group.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
2 changes: 0 additions & 2 deletions src/indev.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
5 changes: 0 additions & 5 deletions src/luavgl.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <stdio.h>

#include "luavgl.h"
#include "private.h"

Expand Down
5 changes: 0 additions & 5 deletions src/obj.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#include <lauxlib.h>
#include <lua.h>

#include "luavgl.h"
#include "private.h"
#include <lvgl.h>
#include <stdlib.h>

/* extended feature for object */
#include "event.c"
Expand Down
6 changes: 0 additions & 6 deletions src/style.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
2 changes: 0 additions & 2 deletions src/timer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <assert.h>

#include "luavgl.h"
#include "private.h"

Expand Down
3 changes: 0 additions & 3 deletions src/util.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/calendar.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/checkbox.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/dropdown.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/img.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/keyboard.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/label.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/led.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/list.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/roller.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
6 changes: 0 additions & 6 deletions src/widgets/textarea.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down
7 changes: 0 additions & 7 deletions src/widgets/widgets.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@

#include <lauxlib.h>
#include <lua.h>

#include <lvgl.h>
#include <stdlib.h>

#include "luavgl.h"
#include "private.h"

Expand Down

0 comments on commit 69050f7

Please sign in to comment.