summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
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: */