diff options
author | David Robillard <d@drobilla.net> | 2019-12-29 19:31:32 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-29 19:31:52 -0500 |
commit | 668265fb608430bf968044404ba70f45a0d56033 (patch) | |
tree | 7a9a4abd3593e2ad8e1c4b14f37093c5301a86e3 /src/Driver.hpp | |
parent | 4e6084ef4d00f26a21e4cb9512a910083926a005 (diff) | |
download | patchage-668265fb608430bf968044404ba70f45a0d56033.tar.gz patchage-668265fb608430bf968044404ba70f45a0d56033.tar.bz2 patchage-668265fb608430bf968044404ba70f45a0d56033.zip |
Use std::shared_ptr
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r-- | src/Driver.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Driver.hpp b/src/Driver.hpp index 3837382..5c175a1 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -17,7 +17,6 @@ #ifndef PATCHAGE_DRIVER_HPP #define PATCHAGE_DRIVER_HPP -#include <boost/shared_ptr.hpp> #include <sigc++/sigc++.h> #include "PatchageEvent.hpp" |