diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 16:32:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:30 +0100 |
commit | d7703c822c7b2373615a972f02667287635c667b (patch) | |
tree | bbfd978a093bed67ec36f64daebe1043d22caa79 /test/test_redisplay.c | |
parent | 09fd11906d65a909bc84c7950f428ea3092dc405 (diff) | |
download | pugl-d7703c822c7b2373615a972f02667287635c667b.tar.gz pugl-d7703c822c7b2373615a972f02667287635c667b.tar.bz2 pugl-d7703c822c7b2373615a972f02667287635c667b.zip |
Simplify header names
Diffstat (limited to 'test/test_redisplay.c')
-rw-r--r-- | test/test_redisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c index 91b606f..66b9168 100644 --- a/test/test_redisplay.c +++ b/test/test_redisplay.c @@ -24,7 +24,7 @@ #include "test_utils.h" #include "pugl/pugl.h" -#include "pugl/pugl_stub.h" +#include "pugl/stub.h" #include <assert.h> #include <stdbool.h> |