]> git.proxmox.com Git - mirror_qemu.git/blobdiff - slirp/if.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / slirp / if.h
index c7a5c5724db11de1fc421e4778b582dfa8f78a46..69569c10df61fbfdec3e66d19cacff3f18bc710c 100644 (file)
@@ -5,8 +5,8 @@
  * terms and conditions of the copyright.
  */
 
-#ifndef _IF_H_
-#define _IF_H_
+#ifndef IF_H
+#define IF_H
 
 #define IF_COMPRESS    0x01    /* We want compression */
 #define IF_NOCOMPRESS  0x02    /* Do not do compression */