diff options
author | daniel <danieruru@gmail.com> | 2013-01-09 20:48:44 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-09 20:48:44 +0900 |
commit | a150256d6423ab2131a529afd58b496e26b4c716 (patch) | |
tree | bab5d37ea16d4e6331071648eb976ec03fbd9ff2 /libvxi11client/libvxi11client.h | |
parent | 57bec4c29edc96491328c8f60fe76055ab2f4008 (diff) |
The perl module sort of works now. Need to fill in all of the meta data, add proper tests etc.
Diffstat (limited to 'libvxi11client/libvxi11client.h')
-rw-r--r-- | libvxi11client/libvxi11client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvxi11client/libvxi11client.h b/libvxi11client/libvxi11client.h index b76fe55..c9779e4 100644 --- a/libvxi11client/libvxi11client.h +++ b/libvxi11client/libvxi11client.h @@ -1,5 +1,4 @@ #include <stdbool.h> -#include "vxi11.h" #define ERR_SYNTAXERROR -1 #define ERR_DEVICENOTACCESSIBLE -3 |