diff --git a/src/NinebotMessageInterface.cpp b/src/NinebotMessageInterface.cpp index db05e80..b193118 100644 --- a/src/NinebotMessageInterface.cpp +++ b/src/NinebotMessageInterface.cpp @@ -1,4 +1,3 @@ -#include "config.h" #include "NinebotMessageDefinitions.hpp" #include "NinebotMessageInterface.hpp" diff --git a/src/config.h b/src/config.h deleted file mode 100644 index 4a3e873..0000000 --- a/src/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __NINEBOT_CONFIG_H -#define __NINEBOT_CONFIG_H - -#endif /* __NINEBOT_CONFIG_H */