diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:35:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:18 +0100 |
commit | 35836f350861b33a0c28307a413eff76d0433d1e (patch) | |
tree | e5d84c3c1a6a36577d7f0e0c471a7694c6ae26a1 /desktop/unx | |
parent | bb142943a3fa2e60ee7b66b1ef37419f5939b5f3 (diff) |
fixincludeguards.sh: desktop
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/file_image.h | 4 | ||||
-rw-r--r-- | desktop/unx/source/splashx.h | 6 |
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: */ |