summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-01-15 23:49:39 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-01-15 23:49:39 +0000
commit19a0c3a76f7fd3c28fb38af4f3f2f63bbca9d684 (patch)
tree50829eeb66d9972d12dfd082f324bcee0d4626ed /tests
parent3165bfcb5a5d58f3e0438a944c1752992ffa741d (diff)
downloadlibgphoto2-19a0c3a76f7fd3c28fb38af4f3f2f63bbca9d684.tar.gz
2002-01-16 Lutz M�ller <lutz@users.sourceforge.net>
Black magic by Marcus Meissner <marcus@jet.franken.de>: find . -type f | xargs grep -l gp_debug_printf | xargs perl -pi -e 's/gp_debug_printf\(\s*GP_DEBUG[^,]*,[^,]*,(.*)$/GP_DEBUG(\1/' git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3902 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/test-filesys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-filesys.c b/tests/test-filesys.c
index 0bb65e3c4..a304bd910 100644
--- a/tests/test-filesys.c
+++ b/tests/test-filesys.c
@@ -28,7 +28,6 @@
#include <gphoto2-filesys.h>
#include <gphoto2-result.h>
-#include <gphoto2-debug.h>
#define CHECK(r) {int ret = r; if (ret < 0) {printf ("Got error: %s\n", gp_result_as_string (ret)); return (1);}}