diff options
author | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
commit | c7cc84afee9b6d8b196679bf784751c4052020a3 (patch) | |
tree | b78ad7c13975f977d683698694d661972160e038 /src/Event.hpp | |
parent | 6417299c90009f1eca68d58d62f8e46043aabce3 (diff) | |
download | patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2 patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip |
Clean up includes
Diffstat (limited to 'src/Event.hpp')
-rw-r--r-- | src/Event.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Event.hpp b/src/Event.hpp index 406345d..e664399 100644 --- a/src/Event.hpp +++ b/src/Event.hpp @@ -25,8 +25,6 @@ #include <boost/variant/variant.hpp> -#include <string> - namespace patchage { struct DriverAttachmentEvent |