[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:43:55 +02:00
parent 903edc9349
commit 18b7d7675e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*/
#pragma once
#include <stdint.h>
#include <cstdint>
/**
* @brief date library namespace

View File

@ -15,7 +15,7 @@ def create(target, module_name):
"doc"
])
my_module.add_file_patterns([
'*.h',
'*.hpp',
'*.md',
])