[DEV] remove STL

This commit is contained in:
2017-09-07 23:38:26 +02:00
parent 5de8451452
commit d4b5ae43b1
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#include <etk/types.hpp>
#include <etk/etk.hpp>
#include <test-debug/debug.hpp>
#include <gtest/gtest.h>
#include <etest/etest.hpp>
int main(int _argc, const char *_argv[]) {
::testing::InitGoogleTest(&_argc, const_cast<char **>(_argv));