]> git.llucax.com Git - software/makeit.git/blobdiff - lib2/lib2.cpp
Don't add extra spaces in abbr function
[software/makeit.git] / lib2 / lib2.cpp
index d5c07c4ddcfee06b07feef4b23d70109f75658c8..490f31267133bdb63569aa1f69d94db75e294ebe 100644 (file)
@@ -1,8 +1,8 @@
 
 #include "lib2.h"
 
-#include <remake/subproj/subproj.h>
-#include <remake/lib1/lib1.h>
+#include <otherproj/otherproj.h>
+#include <makeit/lib1/lib1.h>
 
 #include <stdio.h>
 
@@ -10,6 +10,6 @@ void lib2(void)
 {
        printf("lib2()\n");
        lib1();
-       subproj();
+       otherproj();
 }