indentlog: insert xo/ into include path
This commit is contained in:
parent
e27c64ce15
commit
c6a258eb3c
35 changed files with 29 additions and 25 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#include "indentlog/scope.hpp"
|
||||
/* ex1.cpp */
|
||||
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
|
||||
using namespace xo;
|
||||
|
||||
|
|
@ -16,3 +18,5 @@ int
|
|||
main(int argc, char ** argv) {
|
||||
outer(123);
|
||||
}
|
||||
|
||||
/* end ex1.cpp */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* examples ex2/ex2.cpp */
|
||||
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
|
||||
using namespace xo;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* examples ex3/ex3.cpp */
|
||||
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
|
||||
using namespace xo;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* @file ex4.cpp */
|
||||
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
|
||||
using namespace xo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue