diff options
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/options.cli b/mod/options.cli index 0f96e9c..3d6ac60 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -2,11 +2,11 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -include <web/xhtml-fragment>; +include <web/xhtml-fragment.hxx>; -include <brep/types>; +include <libbrep/types.hxx>; -include <mod/options-types>; +include <mod/options-types.hxx>; namespace brep { |