diff options
author | David Robillard <d@drobilla.net> | 2016-09-20 11:45:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-20 11:45:40 -0400 |
commit | a7a6fb766cf807adf4f49ba0ed66f4048f73abbc (patch) | |
tree | 506fdc3623cad2e9e3b3180e5d00ce99c8621c0e /pugl/pugl_internal.h | |
parent | 9c7a05a0a1ee146edddca8dc6b202db3ea2cd2f9 (diff) |
Move entire API to pugl.h
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 44fe103..4a3fc0c 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -32,7 +32,6 @@ #include <string.h> #include "pugl/pugl.h" -#include "pugl/event.h" typedef struct PuglInternalsImpl PuglInternals; |