Add src to include paths, remove non-standard ".." in includes in learn directory.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 21:53:17 +09:00
committed by nodchip
parent 3c87d4fa9b
commit 98f24570ab
11 changed files with 64 additions and 54 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// Floating point operation by 16bit type
// Assume that the float type code generated by the compiler is in IEEE 754 format and use it.
#include "../types.h"
#include "types.h"
namespace HalfFloat
{