Better include path for YCM users
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 5af040a..8619435 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -16,14 +16,10 @@
 # language that the files to be compiled are written in. This is mostly
 # relevant for c++ headers.
 # For a C project, you would set this to 'c' instead of 'c++'.
-'-x',
-'c++',
-'-I',
-'.',
-'-isystem',
-'/usr/include',
-'-isystem',
-'/usr/local/include',
+'-x', 'c++',
+'-I', 'include',
+'-isystem', '/usr/include',
+'-isystem', '/usr/local/include',
 ]