From 63e9138f1fccfa64b8e894fd18e8985e564cd904 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Jul 2013 19:09:35 -0400 Subject: remove xmmintrin.h, unnecessarily mirroring changes to master --- libs/ardour/graph.cc | 1 - libs/ardour/session_process.cc | 2 -- 2 files changed, 3 deletions(-) diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index 30c9a167a9..edb5ab37ee 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -19,7 +19,6 @@ */ #include #include -#include #include "pbd/compose.h" #include "pbd/debug_rt_alloc.h" diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 067a91da48..cecbd88f65 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -45,8 +45,6 @@ #include "i18n.h" -#include - using namespace ARDOUR; using namespace PBD; using namespace std; -- cgit v1.2.3