Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/mycss/namespace/parser.h')
-rw-r--r--source/mycss/namespace/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mycss/namespace/parser.h b/source/mycss/namespace/parser.h
index 630e39a..40b06dd 100644
--- a/source/mycss/namespace/parser.h
+++ b/source/mycss/namespace/parser.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Alexander Borisov
+ Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@ extern "C" {
#include "mycss/entry.h"
#include "mycss/namespace/myosi.h"
#include "myhtml/mynamespace.h"
-#include "myhtml/utils/mctree.h"
+#include "mycore/utils/mctree.h"
void mycss_namespace_parser_begin(mycss_entry_t* entry);