summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-29 19:31:32 -0500
committerDavid Robillard <d@drobilla.net>2019-12-29 19:31:52 -0500
commit668265fb608430bf968044404ba70f45a0d56033 (patch)
tree7a9a4abd3593e2ad8e1c4b14f37093c5301a86e3 /src/PatchagePort.hpp
parent4e6084ef4d00f26a21e4cb9512a910083926a005 (diff)
downloadpatchage-668265fb608430bf968044404ba70f45a0d56033.tar.gz
patchage-668265fb608430bf968044404ba70f45a0d56033.tar.bz2
patchage-668265fb608430bf968044404ba70f45a0d56033.zip
Use std::shared_ptr
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index d5d6cb3..f4921c8 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -19,8 +19,6 @@
#include <string>
-#include <boost/shared_ptr.hpp>
-
#include <gtkmm/menu.h>
#include <gtkmm/menushell.h>