From d1d9cd342149ed3597945e4f184c80b74eaf27f3 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 31 May 2015 13:47:59 +0200 Subject: [PATCH] Replace #import with #include in CmdManager.h --- src/Commands/CmdManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Commands/CmdManager.h b/src/Commands/CmdManager.h index c5e7549..6c698a5 100644 --- a/src/Commands/CmdManager.h +++ b/src/Commands/CmdManager.h @@ -1,8 +1,8 @@ #pragma once -#import -#import "BaseCmd.h" -#import "ofLog.h" +#include +#include "BaseCmd.h" +#include "ofLog.h" namespace ofx{ namespace piMapper{