]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/io/channel-tls.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / io / channel-tls.h
index 322eccbaae183054b86e9900bf01583e7e751537..d157eb10e89f20868720b3d646d61a594cb39952 100644 (file)
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef QIO_CHANNEL_TLS_H__
-#define QIO_CHANNEL_TLS_H__
+#ifndef QIO_CHANNEL_TLS_H
+#define QIO_CHANNEL_TLS_H
 
 #include "io/channel.h"
 #include "io/task.h"
@@ -139,4 +139,4 @@ void qio_channel_tls_handshake(QIOChannelTLS *ioc,
 QCryptoTLSSession *
 qio_channel_tls_get_session(QIOChannelTLS *ioc);
 
-#endif /* QIO_CHANNEL_TLS_H__ */
+#endif /* QIO_CHANNEL_TLS_H */