diff options
Diffstat (limited to 'mod/mod-package-search.cxx')
-rw-r--r-- | mod/mod-package-search.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mod/mod-package-search.cxx b/mod/mod-package-search.cxx index 6d73a69..8897792 100644 --- a/mod/mod-package-search.cxx +++ b/mod/mod-package-search.cxx @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <mod/mod-package-search> +#include <mod/mod-package-search.hxx> #include <xml/serializer> @@ -11,15 +11,15 @@ #include <odb/transaction.hxx> #include <odb/schema-catalog.hxx> -#include <web/xhtml> -#include <web/module> -#include <web/mime-url-encoding> +#include <web/xhtml.hxx> +#include <web/module.hxx> +#include <web/mime-url-encoding.hxx> -#include <brep/package> -#include <brep/package-odb> +#include <libbrep/package.hxx> +#include <libbrep/package-odb.hxx> -#include <mod/page> -#include <mod/options> +#include <mod/page.hxx> +#include <mod/options.hxx> using namespace odb::core; using namespace brep::cli; |