Changing an include path for readability

This commit is contained in:
Strahinja Val Markovic 2013-02-05 18:31:33 -08:00
parent b6401ca179
commit 2159ed8e39

View File

@ -23,7 +23,7 @@
#include <boost/thread/locks.hpp> #include <boost/thread/locks.hpp>
#ifdef USE_CLANG_COMPLETER #ifdef USE_CLANG_COMPLETER
# include "CompletionData.h" # include "ClangCompleter/CompletionData.h"
#endif // USE_CLANG_COMPLETER #endif // USE_CLANG_COMPLETER
namespace YouCompleteMe { namespace YouCompleteMe {