[DEV/API] change .h in .hpp

This commit is contained in:
2016-10-02 22:06:09 +02:00
parent fe23d699d1
commit 918d573f18
49 changed files with 147 additions and 147 deletions

View File

@@ -4,10 +4,10 @@
* @license APACHE v2.0 (see license file)
*/
#include <etk/etk.h>
#include <test-debug/debug.h>
#include <etk/etk.hpp>
#include <test-debug/debug.hpp>
#include <unistd.h>
#include <audio/orchestra/Interface.h>
#include <audio/orchestra/Interface.hpp>
int main(int _argc, const char **_argv) {
// the only one init for etk:

View File

@@ -4,10 +4,10 @@
* @license APACHE v2.0 (see license file)
*/
#include <etk/etk.h>
#include <test-debug/debug.h>
#include <etk/etk.hpp>
#include <test-debug/debug.hpp>
#include <unistd.h>
#include <audio/orchestra/Interface.h>
#include <audio/orchestra/Interface.hpp>
int main(int _argc, const char **_argv) {
// the only one init for etk:

View File

@@ -4,10 +4,10 @@
* @license APACHE v2.0 (see license file)
*/
#include <etk/etk.h>
#include <test-debug/debug.h>
#include <etk/etk.hpp>
#include <test-debug/debug.hpp>
#include <unistd.h>
#include <audio/orchestra/Interface.h>
#include <audio/orchestra/Interface.hpp>
int main(int _argc, const char **_argv) {
// the only one init for etk: