diff --git a/docs/examples/hello.md b/docs/examples/hello.md index 3f5ca29..4eb52fe 100644 --- a/docs/examples/hello.md +++ b/docs/examples/hello.md @@ -15,7 +15,7 @@ #include #include -#include "queryosity/hist.h" +#include #include using dataflow = qty::dataflow; diff --git a/docs/guide/columns.md b/docs/guide/columns.md index 7bba525..11e7d24 100644 --- a/docs/guide/columns.md +++ b/docs/guide/columns.md @@ -87,7 +87,7 @@ Consider the following example of computing the factorial of a number, $ n! = 1 #include #include -#include "queryosity/hist.h" +#include #include using dataflow = qty::dataflow; diff --git a/examples/example-01.cxx b/examples/example-01.cxx index 9c21212..23dd4f0 100644 --- a/examples/example-01.cxx +++ b/examples/example-01.cxx @@ -3,7 +3,7 @@ #include #include -#include "queryosity/hist.h" +#include #include using dataflow = qty::dataflow; diff --git a/examples/example-02.cxx b/examples/example-02.cxx index fb99574..9893e74 100644 --- a/examples/example-02.cxx +++ b/examples/example-02.cxx @@ -3,7 +3,7 @@ #include #include -#include "queryosity/hist.h" +#include #include #include diff --git a/examples/example-03.cxx b/examples/example-03.cxx index 6e385a5..167ee79 100644 --- a/examples/example-03.cxx +++ b/examples/example-03.cxx @@ -3,7 +3,7 @@ #include #include -#include "queryosity/hist.h" +#include #include using dataflow = qty::dataflow;