From 762cfaa66a7be2fe61722d1d2a1679af65bd1f9a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Dec 2019 20:02:36 -0500 Subject: Clean up includes --- src/PortID.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/PortID.hpp') diff --git a/src/PortID.hpp b/src/PortID.hpp index 3f916c0..f8e530f 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -17,11 +17,10 @@ #ifndef PATCHAGE_PORTID_HPP #define PATCHAGE_PORTID_HPP -#include -#include - #include "patchage_config.h" +#include "PatchagePort.hpp" + #ifdef PATCHAGE_LIBJACK #include #endif @@ -29,7 +28,8 @@ #include #endif -#include "PatchagePort.hpp" +#include +#include struct PortID { PortID() : type(NULL_PORT_ID) { memset(&id, 0, sizeof(id)); } -- cgit v1.2.1