diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-11-10 14:58:19 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-11-17 00:32:03 -0500 |
commit | 56bd91340102e915a239d2afa1db223109cf6639 (patch) | |
tree | 7d73348b125ca5e3a3bcedf64a92e744dd938586 /test/trap-test.c | |
parent | 7be529f3bd6455259e24163a27a0a5a761ee0cc3 (diff) |
test: Rename utils.[ch] to gtk-utils.[ch]
Diffstat (limited to 'test/trap-test.c')
-rw-r--r-- | test/trap-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trap-test.c b/test/trap-test.c index 1da439bd..19295e7a 100644 --- a/test/trap-test.c +++ b/test/trap-test.c @@ -2,7 +2,7 @@ #include <stdlib.h> #include <string.h> #include "pixman.h" -#include "utils.h" +#include "gtk-utils.h" int main (int argc, char **argv) |