diff options
-rw-r--r-- | chart2/source/controller/inc/helpids.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/inc/helpids.h b/chart2/source/controller/inc/helpids.h index 2867867d6323..5b7244cca95e 100644 --- a/chart2/source/controller/inc/helpids.h +++ b/chart2/source/controller/inc/helpids.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_HELPIDS_H -#define CHART_HELPIDS_H +#pragma once #define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT" #define HID_SCH_ERROR_BARS_FROM_DATA "CHART2_SCH_ERROR_BARS_FROM_DATA" @@ -28,7 +27,4 @@ #define HID_SCH_WIZARD_ROADMAP "CHART2_HID_SCH_WIZARD_ROADMAP" #define HID_SCH_DATA_SERIES_LABEL "CHART2_HID_SCH_DATA_SERIES_LABEL" - -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |