aboutsummaryrefslogtreecommitdiff
path: root/src/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.h')
-rw-r--r--src/sort.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sort.h b/src/sort.h
index 1b54164..555c812 100644
--- a/src/sort.h
+++ b/src/sort.h
@@ -1,6 +1,5 @@
#include "lua.h"
-#include "i_util.h"
-#include "i_common.h"
+#include "util.h"
//comparison sorts
int l_quicksort(lua_State*); //[double+int] -> arr[N] (greatest -> least)