diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-02-08 12:28:19 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-02-28 18:54:39 +0100 |
commit | 5d302e426e9a1ca8fd4a961ce435f72ca23dda37 (patch) | |
tree | 55cb7496d4a2ceffbd96d0a92a79065f7cfb64d1 | |
parent | 1cf4e6703a5fbb112ad9a4db78bdeb66fd6cfff4 (diff) |
Remove #include <dlfcn.h>
We are not dlopening anything.
-rw-r--r-- | SpiceXPI/src/plugin/plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp index 24df80b..5ec2809 100644 --- a/SpiceXPI/src/plugin/plugin.cpp +++ b/SpiceXPI/src/plugin/plugin.cpp @@ -49,7 +49,6 @@ #include <sys/stat.h> #include <stdlib.h> -#include <dlfcn.h> #include <errno.h> #include <unistd.h> #include <string> |