Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / gdbserver / remote-utils.h
index ca176b7ddda7a8ce3a91f972fbde6c566acb3f4b..587afdb0283b371e19100ee05df9a47dddfa51f1 100644 (file)
@@ -16,8 +16,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 REMOTE_UTILS_H
-#define REMOTE_UTILS_H
+#ifndef GDBSERVER_REMOTE_UTILS_H
+#define GDBSERVER_REMOTE_UTILS_H
 
 extern int remote_debug;
 
@@ -69,4 +69,4 @@ int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
 
 void monitor_output (const char *msg);
 
-#endif /* REMOTE_UTILS_H */
+#endif /* GDBSERVER_REMOTE_UTILS_H */
This page took 0.023688 seconds and 4 git commands to generate.