diff options
Diffstat (limited to 'mod/mod-repository-details.cxx')
-rw-r--r-- | mod/mod-repository-details.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx index 9e791ef..78b309d 100644 --- a/mod/mod-repository-details.cxx +++ b/mod/mod-repository-details.cxx @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include <mod/mod-repository-details> +#include <mod/mod-repository-details.hxx> #include <time.h> // tzset() @@ -16,15 +16,15 @@ #include <butl/timestamp> -#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 std; using namespace odb::core; |