git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58293 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -3,6 +3,10 @@
#include <grass/vector.h>
+/*! Cache type (see Format_info_cache) */
+#define CACHE_FEATURE 0
+#define CACHE_MAP 1
+
/* Internal vector library subroutines which are not part of public
API*/
@@ -8,9 +8,6 @@
#define CURSOR_PAGE 500
-#define CACHE_FEATURE 0
-#define CACHE_MAP 1
-
/*! Topological access */
#define TOPO_SCHEMA "topology"
#define TOPO_ID "topology_id"