X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=.project.el;h=55478f9b80a120449e42c123b79942f2f929ce0b;hb=941ca33da6ee01d78c07fa6b514de10da1ef3948;hp=0ec0ad2481ed75f5f6e478ec37ef8493d95d10e6;hpb=a5d6a20ef608461a1932b4983139e8a3c1facada;p=senf.git diff --git a/.project.el b/.project.el index 0ec0ad2..55478f9 100644 --- a/.project.el +++ b/.project.el @@ -97,9 +97,6 @@ is ignored (Those are the file local variables and local words)." (search-forward "auto_unit_test.hpp") (beginning-of-line) (delete-region (point) (progn (end-of-line) (point))) - (insert "#include \"" - (string-replace "[^/]+/" "../" (substring (file-name-directory (buffer-file-name)) - (length ccide-project-root)) t) - "Utils/auto_unit_test.hh\"")))) + (insert "#include ")))) (add-hook 'ccide-new-file-hooks 'senf-new-file-hook nil t)