diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-11 22:31:55 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-11 22:31:55 +0900 |
commit | ec9b9bd955061cb3975755521c082e0cd84eefa6 (patch) | |
tree | 513c4ef2f6e763e31bcc8cc5182bb0bfdb2e0f4a /communicate.c | |
parent | 22f3ecbfc18939984e59139f0c074969e3d8f3c0 (diff) | |
download | wiimote-ec9b9bd955061cb3975755521c082e0cd84eefa6.tar.gz wiimote-ec9b9bd955061cb3975755521c082e0cd84eefa6.tar.bz2 |
* It makes no sense to expose internal things to other plugins
Diffstat (limited to 'communicate.c')
-rw-r--r-- | communicate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/communicate.c b/communicate.c index d1b4ba1..0fbebae 100644 --- a/communicate.c +++ b/communicate.c @@ -18,7 +18,7 @@ * */ -#include "compiz-wiimote.h" +#include "wiimote-internal.h" /* Inter-Plugin Communication --------------------------------------------------- */ |