diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 21:30:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 22:42:09 +0200 |
commit | 64517292c92cb1a28880a31e335726744ec7c82d (patch) | |
tree | c9a3cbfb065a157cd2fb6efddffe01cd9e2f1f1c /connectivity | |
parent | 07a490a740230d03cd0449ad1c471878176f5a8f (diff) |
hrc cleanup: Remove include guards
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/resource/common_res.hrc | 2 | ||||
-rw-r--r-- | connectivity/source/inc/resource/mozab_res.hrc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/inc/resource/common_res.hrc b/connectivity/source/inc/resource/common_res.hrc index e3ecad388a37..eabb13278cca 100644 --- a/connectivity/source/inc/resource/common_res.hrc +++ b/connectivity/source/inc/resource/common_res.hrc @@ -19,9 +19,7 @@ #ifndef CONNECTIVITY_RESOURCE_COMMON_HRC #define CONNECTIVITY_RESOURCE_COMMON_HRC -#ifndef CONNECTIVITY_SHARED_RES_HRC #include "resource/conn_shared_res.hrc" -#endif // ============================================================================ // = common strings diff --git a/connectivity/source/inc/resource/mozab_res.hrc b/connectivity/source/inc/resource/mozab_res.hrc index 92970a774e31..bb789e3f7cc8 100644 --- a/connectivity/source/inc/resource/mozab_res.hrc +++ b/connectivity/source/inc/resource/mozab_res.hrc @@ -19,9 +19,7 @@ #ifndef CONNECTIVITY_RESOURCE_MOZAB_HRC #define CONNECTIVITY_RESOURCE_MOZAB_HRC -#ifndef CONNECTIVITY_SHARED_RES_HRC #include "resource/conn_shared_res.hrc" -#endif // ============================================================================ // = the mozab driver's resource strings |