[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:43:42 +02:00
parent 904f76b9b7
commit fdbd8440e5
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
*/ */
#pragma once #pragma once
#include <etk/types.hp> #include <etk/types.hpp>
/** /**
* @brief Basic Algue library namespace * @brief Basic Algue library namespace

View File

@ -22,10 +22,10 @@ def create(target, module_name):
'*operator<<*', '*operator<<*',
]) ])
my_module.add_exclude_file([ my_module.add_exclude_file([
'debug.h', 'debug.hpp',
]) ])
my_module.add_file_patterns([ my_module.add_file_patterns([
'*.h', '*.hpp',
'*.md', '*.md',
]) ])
my_module.add_module_define([ my_module.add_module_define([