summaryrefslogtreecommitdiff
path: root/usbredirparser/usbredirfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbredirparser/usbredirfilter.h')
-rw-r--r--usbredirparser/usbredirfilter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usbredirparser/usbredirfilter.h b/usbredirparser/usbredirfilter.h
index eed4b51..eb015bf 100644
--- a/usbredirparser/usbredirfilter.h
+++ b/usbredirparser/usbredirfilter.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 __USBREDIRFILTER_H
-#define __USBREDIRFILTER_H
+#pragma once
#include <stdio.h>
#include <stdint.h>
@@ -139,5 +138,3 @@ void usbredirfilter_free(void *ptr);
#ifdef __cplusplus
}
#endif
-
-#endif