Skip to content

Commit

Permalink
Minimize includes
Browse files Browse the repository at this point in the history
  • Loading branch information
HHHartmann committed Aug 31, 2020
1 parent 92973ff commit e76697b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions app/modules/color_utils.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#include "module.h"
#include "lauxlib.h"
#include "lmem.h"
//#include "platform.h"
#include <stdlib.h>
#include <math.h>
#include <string.h>
//#include "user_interface.h"
//#include "osapi.h"

#include "color_utils.h"

Expand Down
10 changes: 1 addition & 9 deletions app/modules/color_utils.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#ifndef APP_MODULES_COLOR_UTILS_H_
#define APP_MODULES_COLOR_UTILS_H_

#include "module.h"
#include "lauxlib.h"
#include "lmem.h"
//#include "platform.h"
#include <stdlib.h>
#include <math.h>
#include <string.h>
//#include "user_interface.h"
//#include "osapi.h"
#include "lnodemcu.h"

/**
* Convert hsv to grb
Expand Down

0 comments on commit e76697b

Please sign in to comment.