about summary refs log tree commit diff
path: root/shared/c-rbtree/src/c-rbtree-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/c-rbtree/src/c-rbtree-private.h')
-rw-r--r--shared/c-rbtree/src/c-rbtree-private.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared/c-rbtree/src/c-rbtree-private.h b/shared/c-rbtree/src/c-rbtree-private.h
index 25b9ba01..c9befbf3 100644
--- a/shared/c-rbtree/src/c-rbtree-private.h
+++ b/shared/c-rbtree/src/c-rbtree-private.h
@@ -6,16 +6,11 @@
  * which are used by our test-suite.
  */
 
+#include <c-stdaux.h>
 #include <stddef.h>
 #include "c-rbtree.h"
 
 /*
- * Macros
- */
-
-#define _public_ __attribute__((__visibility__("default")))
-
-/*
  * Nodes
  */