summaryrefslogtreecommitdiff
path: root/src/select
diff options
context:
space:
mode:
Diffstat (limited to 'src/select')
-rw-r--r--src/select/Makefile2
-rw-r--r--src/select/dispatch.c2
-rw-r--r--src/select/properties/properties.c (renamed from src/select/properties.c)2
-rw-r--r--src/select/properties/properties.h (renamed from src/select/properties.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/src/select/Makefile b/src/select/Makefile
index 0fe1a5e..db1c4e6 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := computed.c dispatch.c hash.c properties.c select.c
+DIR_SOURCES := computed.c dispatch.c hash.c select.c
include build/makefiles/Makefile.subdir
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index a0ac4aa..aee6175 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -6,7 +6,7 @@
*/
#include "select/dispatch.h"
-#include "select/properties.h"
+#include "select/properties/properties.h"
/**
* Dispatch table for properties, indexed by opcode
diff --git a/src/select/properties.c b/src/select/properties/properties.c
index 58d94aa..a0d1a18 100644
--- a/src/select/properties.c
+++ b/src/select/properties/properties.c
@@ -9,7 +9,7 @@
#include "bytecode/bytecode.h"
#include "bytecode/opcodes.h"
-#include "select/properties.h"
+#include "select/properties/properties.h"
#include "select/propget.h"
#include "select/propset.h"
#include "utils/utils.h"
diff --git a/src/select/properties.h b/src/select/properties/properties.h
index 0d9cd72..0d9cd72 100644
--- a/src/select/properties.h
+++ b/src/select/properties/properties.h