diff mbox

[24/30] os/IndexManager.cc: remove twice included FlatIndex.h

Message ID 1354107458-30941-25-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included FlatIndex.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/os/IndexManager.cc | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/src/os/IndexManager.cc b/src/os/IndexManager.cc
index 2165036..85281c4 100644
--- a/src/os/IndexManager.cc
+++ b/src/os/IndexManager.cc
@@ -30,7 +30,6 @@ 
 #include "IndexManager.h"
 #include "FlatIndex.h"
 #include "HashIndex.h"
-#include "FlatIndex.h"
 #include "CollectionIndex.h"
 
 #include "chain_xattr.h"