Fix header guards

They were found by clang.
This commit is contained in:
Ting-Wei Lan 2018-04-22 21:45:19 +08:00
parent ff1dd5009c
commit 77637dc73b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
#ifndef __GTK_CSS_FONT_FEATURES_VALUE_PRIVATE_H__
#define __GTK_CSS_FONT_FEATURES_PRIVATE_H__
#define __GTK_CSS_FONT_FEATURES_VALUE_PRIVATE_H__
#include "gtkcssparserprivate.h"
#include "gtkcssvalueprivate.h"

View File

@ -18,7 +18,7 @@
*/
#ifndef __GTK_CSS_FONT_VARIATIONS_VALUE_PRIVATE_H__
#define __GTK_CSS_FONT_VARIATIONS_PRIVATE_H__
#define __GTK_CSS_FONT_VARIATIONS_VALUE_PRIVATE_H__
#include "gtkcssparserprivate.h"
#include "gtkcssvalueprivate.h"