]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/io/channel-file.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / io / channel-file.h
index 308e6d44d6e4070ad5b961a928f0a2e7b6b9f9be..d2462c2ed7e3b45572065ffc061cb9ab6f52743a 100644 (file)
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef QIO_CHANNEL_FILE_H__
-#define QIO_CHANNEL_FILE_H__
+#ifndef QIO_CHANNEL_FILE_H
+#define QIO_CHANNEL_FILE_H
 
 #include "io/channel.h"
 
@@ -90,4 +90,4 @@ qio_channel_file_new_path(const char *path,
                           mode_t mode,
                           Error **errp);
 
-#endif /* QIO_CHANNEL_FILE_H__ */
+#endif /* QIO_CHANNEL_FILE_H */