reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 7a83a50c4fe33a12b428a6e0de74caee06ac4c04
parent 42e1c181902d6f15ea05abc577e74bb27284a555
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sat, 25 Feb 2017 22:13:00 -0500

dialog: remove useless change from e0484a2371bf1d15bfefe19122a14c5054a0e883

Diffstat:
Msrc/dialog.cpp | 1+
Msrc/dialog.hpp | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dialog.cpp b/src/dialog.cpp @@ -18,6 +18,7 @@ #include "dialog.hpp" #include "control.hpp" +#include "encoding.hpp" #include <algorithm> #include <boost/range/adaptor/map.hpp> diff --git a/src/dialog.hpp b/src/dialog.hpp @@ -18,7 +18,6 @@ #ifndef REAPACK_DIALOG_HPP #define REAPACK_DIALOG_HPP -#include "encoding.hpp" #include "serializer.hpp" #include <functional>