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:
authorlexborisov <lex.borisov@gmail.com>2017-03-21 09:56:42 +0300
committerlexborisov <lex.borisov@gmail.com>2017-03-21 09:56:42 +0300
commit7024458c55c0baedfb29c2f9db213d3b0474c851 (patch)
tree7ec10676fc5a24bffed67d9f6f89ba14130ea781 /source/myhtml/mynamespace.h
parent0708dba577f51a9cb504db1feeb094aa9badd795 (diff)
Merge branch 'master' into coverity_scancoverity_scan
Diffstat (limited to 'source/myhtml/mynamespace.h')
-rw-r--r--source/myhtml/mynamespace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/myhtml/mynamespace.h b/source/myhtml/mynamespace.h
index 0d8d0e9..755cd09 100644
--- a/source/myhtml/mynamespace.h
+++ b/source/myhtml/mynamespace.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2016 Alexander Borisov
+ Copyright (C) 2015-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
@@ -31,7 +31,7 @@ extern "C" {
#include <string.h>
#include "myhtml/myosi.h"
-#include "myhtml/utils.h"
+#include "mycore/utils.h"
struct myhtml_namespace_detect_name_entry {
const char* name;