Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / mi / mi-parse.h
index d9d36fb501b5904486b288de73e771bb386012db..2262ff56f96a7c3ad86ed94c42838eac1227675e 100644 (file)
@@ -17,8 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef MI_PARSE_H
-#define MI_PARSE_H
+#ifndef MI_MI_PARSE_H
+#define MI_MI_PARSE_H
 
 #include "common/run-time-clock.h"
 #include <chrono>
@@ -79,4 +79,4 @@ extern std::unique_ptr<struct mi_parse> mi_parse (const char *cmd,
 
 enum print_values mi_parse_print_values (const char *name);
 
-#endif
+#endif /* MI_MI_PARSE_H */
This page took 0.027915 seconds and 4 git commands to generate.