summaryrefslogtreecommitdiff
path: root/include/egg
diff options
context:
space:
mode:
Diffstat (limited to 'include/egg')
-rw-r--r--include/egg/math/eggMath.h1
-rw-r--r--include/egg/prim/eggAssert.h2
-rw-r--r--include/egg/prim/eggBinary.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/include/egg/math/eggMath.h b/include/egg/math/eggMath.h
index ddab706a..32023ac6 100644
--- a/include/egg/math/eggMath.h
+++ b/include/egg/math/eggMath.h
@@ -2,7 +2,6 @@
#define EGG_MATH_H
#include "common.h"
-#include "math.h"
namespace EGG {
diff --git a/include/egg/prim/eggAssert.h b/include/egg/prim/eggAssert.h
index 61afd754..18c1365d 100644
--- a/include/egg/prim/eggAssert.h
+++ b/include/egg/prim/eggAssert.h
@@ -1,8 +1,8 @@
#ifndef EGG_ASSERT_H
#define EGG_ASSERT_H
-#include "__va_arg.h"
#include "common.h"
+#include <cstdarg>
namespace EGG {
// All this is guess
diff --git a/include/egg/prim/eggBinary.h b/include/egg/prim/eggBinary.h
index 9b517545..a03b77a9 100644
--- a/include/egg/prim/eggBinary.h
+++ b/include/egg/prim/eggBinary.h
@@ -3,6 +3,8 @@
#include "common.h"
+#include <cstddef>
+
namespace EGG {
/**