summaryrefslogtreecommitdiffstats
path: root/desktop/unx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:35:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commit35836f350861b33a0c28307a413eff76d0433d1e (patch)
treee5d84c3c1a6a36577d7f0e0c471a7694c6ae26a1 /desktop/unx
parentfixincludeguards.sh: canvas (diff)
downloadcore-35836f350861b33a0c28307a413eff76d0433d1e.tar.gz
core-35836f350861b33a0c28307a413eff76d0433d1e.zip
fixincludeguards.sh: desktop
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/file_image.h4
-rw-r--r--desktop/unx/source/splashx.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/unx/source/file_image.h b/desktop/unx/source/file_image.h
index f7fb7216f8db..736ef57c0810 100644
--- a/desktop/unx/source/file_image.h
+++ b/desktop/unx/source/file_image.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILE_IMAGE_H
-#define INCLUDED_FILE_IMAGE_H
+#ifndef INCLUDED_DESKTOP_UNX_SOURCE_FILE_IMAGE_H
+#define INCLUDED_DESKTOP_UNX_SOURCE_FILE_IMAGE_H
#ifndef INCLUDED_STDDEF_H
#include <stddef.h>
diff --git a/desktop/unx/source/splashx.h b/desktop/unx/source/splashx.h
index 90bba891dfa9..4b5fff1d7a6e 100644
--- a/desktop/unx/source/splashx.h
+++ b/desktop/unx/source/splashx.h
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _SPLASHX_H
-#define _SPLASHX_H
+#ifndef INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
+#define INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
#ifdef __cplusplus
@@ -24,6 +24,6 @@ void splash_draw_progress(struct splash* splash, int progess);
} // extern "C"
#endif
-#endif // _SPLASHX_H
+#endif // INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */