[DEV/API] change .h in .hpp

This commit is contained in:
2016-09-30 22:28:36 +02:00
parent 05270f2a14
commit 10dd64890f
17 changed files with 48 additions and 48 deletions

View File

@@ -7,9 +7,9 @@
*/
#define NAME "Empty"
#include <etk/types.h>
#include <etk/etk.h>
#include <test-debug/debug.h>
#include <etk/types.hpp>
#include <etk/etk.hpp>
#include <test-debug/debug.hpp>
#include <gtest/gtest.h>
int main(int _argc, const char *_argv[]) {