]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/io/channel-watch.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / io / channel-watch.h
index 76d764223ea033826bde530dfdf78ca182f5644e..63bc4ae2d92a098135d9e97ee970c170be58d829 100644 (file)
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef QIO_CHANNEL_WATCH_H__
-#define QIO_CHANNEL_WATCH_H__
+#ifndef QIO_CHANNEL_WATCH_H
+#define QIO_CHANNEL_WATCH_H
 
 #include "io/channel.h"
 
@@ -87,4 +87,4 @@ GSource *qio_channel_create_fd_pair_watch(QIOChannel *ioc,
                                           int fdwrite,
                                           GIOCondition condition);
 
-#endif /* QIO_CHANNEL_WATCH_H__ */
+#endif /* QIO_CHANNEL_WATCH_H */