GUACAMOLE-337: Include only *-types.h headers when only types are needed.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/06a50434
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/06a50434
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/06a50434

Branch: refs/heads/master
Commit: 06a5043442ee71a7e289169967aa6526bf202d70
Parents: f311c23
Author: Michael Jumper <[email protected]>
Authored: Mon Jun 12 14:36:20 2017 -0700
Committer: Michael Jumper <[email protected]>
Committed: Sat Jul 1 18:50:03 2017 -0700

----------------------------------------------------------------------
 src/libguac/guacamole/socket-ssl.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/06a50434/src/libguac/guacamole/socket-ssl.h
----------------------------------------------------------------------
diff --git a/src/libguac/guacamole/socket-ssl.h 
b/src/libguac/guacamole/socket-ssl.h
index 715db5b..c7a14df 100644
--- a/src/libguac/guacamole/socket-ssl.h
+++ b/src/libguac/guacamole/socket-ssl.h
@@ -21,7 +21,8 @@
 #ifndef __GUACD_SOCKET_SSL_H
 #define __GUACD_SOCKET_SSL_H
 
-#include <guacamole/socket.h>
+#include "socket-types.h"
+
 #include <openssl/ssl.h>
 
 /**

Reply via email to