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/values/units.h')
-rw-r--r--source/mycss/values/units.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mycss/values/units.h b/source/mycss/values/units.h
index 165f718..223c48f 100644
--- a/source/mycss/values/units.h
+++ b/source/mycss/values/units.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
@@ -23,7 +23,7 @@
#pragma once
#include "mycss/myosi.h"
-#include "myhtml/utils.h"
+#include "mycore/utils.h"
#define mycss_units_is_angel_type(type) (type >= 1 && type <= 4)
#define mycss_units_is_frequency_type(type) (type >= 5 && type <= 6)