summaryrefslogtreecommitdiff
path: root/shared/vmmouse_proto.h
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-11-28 11:59:53 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2013-11-28 11:59:53 -0800
commit336f8633837abe4a1e5ba84b53ac8b9dac5d29a2 (patch)
tree13f7a07043a7d55a84ac582b7c0a57ddc7a7dfe9 /shared/vmmouse_proto.h
parent05492b038e7773aa8f90449387cde89e10bc614c (diff)
Always include config.h first
This fixes some build warnings about CSRG_BASED being redefined due to incorrect header include ordering. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'shared/vmmouse_proto.h')
-rw-r--r--shared/vmmouse_proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/vmmouse_proto.h b/shared/vmmouse_proto.h
index 9d7cb22..714f8c5 100644
--- a/shared/vmmouse_proto.h
+++ b/shared/vmmouse_proto.h
@@ -36,11 +36,6 @@
#ifndef _VMMOUSE_PROTO_H_
#define _VMMOUSE_PROTO_H_
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <stdint.h>
#ifdef HAVE_XORG_SERVER_1_1_0