aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/xml-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/xml-utils.h')
-rw-r--r--gdbsupport/xml-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/xml-utils.h b/gdbsupport/xml-utils.h
index c1f21b9..d68f4c9 100644
--- a/gdbsupport/xml-utils.h
+++ b/gdbsupport/xml-utils.h
@@ -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 COMMON_XML_UTILS_H
-#define COMMON_XML_UTILS_H
+#ifndef GDBSUPPORT_XML_UTILS_H
+#define GDBSUPPORT_XML_UTILS_H
/* Return a string with special characters from TEXT replaced by entity
references. */
@@ -40,4 +40,4 @@ extern void xml_escape_text_append (std::string &result, const char *text);
void string_xml_appendf (std::string &buffer, const char *format, ...)
ATTRIBUTE_PRINTF (2, 3);
-#endif /* COMMON_XML_UTILS_H */
+#endif /* GDBSUPPORT_XML_UTILS_H */