summaryrefslogtreecommitdiff
path: root/usbredirparser/usbredirproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbredirparser/usbredirproto.h')
-rw-r--r--usbredirparser/usbredirproto.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usbredirparser/usbredirproto.h b/usbredirparser/usbredirproto.h
index d1d51a4..667ffce 100644
--- a/usbredirparser/usbredirproto.h
+++ b/usbredirparser/usbredirproto.h
@@ -18,8 +18,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __USBREDIRPROTO_H
-#define __USBREDIRPROTO_H
+#pragma once
/* PACK macros borrowed from spice-protocol */
#ifdef __GNUC__
@@ -303,5 +302,3 @@ struct usb_redir_buffered_bulk_packet_header {
#ifdef __cplusplus
}
#endif
-
-#endif