diff options
Diffstat (limited to 'libglusterfs/src/trie.h')
-rw-r--r-- | libglusterfs/src/trie.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libglusterfs/src/trie.h b/libglusterfs/src/trie.h index 0356e66210e..f7a4deee02f 100644 --- a/libglusterfs/src/trie.h +++ b/libglusterfs/src/trie.h @@ -11,11 +11,6 @@ #ifndef _TRIE_H_ #define _TRIE_H_ -#ifndef _CONFIG_H -#define _CONFIG_H -#include "config.h" -#endif - struct trienode; typedef struct trienode trienode_t; |