[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:45:17 +02:00
parent 49008b7220
commit 8135c166db
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@
* @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#include <ejson/iterator.h>
#include <ejson/iterator.hpp>
template<class EJSON_BASE_T>
ejson::iterator<EJSON_BASE_T>::iterator(EJSON_BASE_T& _obj, size_t _pos) :