reapack

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

commit f9c8bdb315582e2a2ad8f7db557461cc620d3fc0
parent b882138b34579acabbaddc112324c73a020c6cfa
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 12 Feb 2017 22:50:05 -0500

refactoring of a misplaced include

Diffstat:
Msrc/package.hpp | 1-
Msrc/source.hpp | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/package.hpp b/src/package.hpp @@ -19,7 +19,6 @@ #define REAPACK_PACKAGE_HPP #include "metadata.hpp" -#include "path.hpp" #include "version.hpp" class Category; diff --git a/src/source.hpp b/src/source.hpp @@ -19,10 +19,10 @@ #define REAPACK_SOURCE_HPP #include "package.hpp" +#include "path.hpp" #include "platform.hpp" class Package; -class Path; class Version; class Source {