diff options
author | David Robillard <d@drobilla.net> | 2008-08-20 03:04:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-20 03:04:23 +0000 |
commit | d575a4d96dbd7ce4fc7feb01466acd288d4a27aa (patch) | |
tree | 91874ec86f2f1293fe163e4699d54c66e1656181 /src/libs/gui/GladeFactory.cpp | |
parent | db3cfa6cca0039c406176024d9efb43eb6e8bf40 (diff) | |
download | ingen-d575a4d96dbd7ce4fc7feb01466acd288d4a27aa.tar.gz ingen-d575a4d96dbd7ce4fc7feb01466acd288d4a27aa.tar.bz2 ingen-d575a4d96dbd7ce4fc7feb01466acd288d4a27aa.zip |
Make distcheck fixes.
Fix LV2 OSC header prototypes to match code / remove LV2 event extension dependency.
git-svn-id: http://svn.drobilla.net/lad/ingen@1455 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/GladeFactory.cpp')
-rw-r--r-- | src/libs/gui/GladeFactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/GladeFactory.cpp b/src/libs/gui/GladeFactory.cpp index de23a0b7..63dc4d0b 100644 --- a/src/libs/gui/GladeFactory.cpp +++ b/src/libs/gui/GladeFactory.cpp @@ -18,8 +18,8 @@ #include "GladeFactory.hpp" #include <iostream> #include <fstream> -using std::cout; using std::cerr; using std::endl; -using std::ifstream; + +using namespace std; namespace Ingen { namespace GUI { |