]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/io/channel.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / io / channel.h
index e52f059310b37885e6d029bb6d7a45650a7f136d..752e89f4dc206ac6e1b13d9865f2d85d8c92a3e2 100644 (file)
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef QIO_CHANNEL_H__
-#define QIO_CHANNEL_H__
+#ifndef QIO_CHANNEL_H
+#define QIO_CHANNEL_H
 
 #include "qemu-common.h"
 #include "qom/object.h"
@@ -502,4 +502,4 @@ void qio_channel_yield(QIOChannel *ioc,
 void qio_channel_wait(QIOChannel *ioc,
                       GIOCondition condition);
 
-#endif /* QIO_CHANNEL_H__ */
+#endif /* QIO_CHANNEL_H */