fix using namespace std before defined

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 5d987b7b69
commit 62b60a44ab

@ -1,6 +1,5 @@
// quick hack to separate one call per callid from a logfile
using namespace std;
#include <string>
#include <vector>
#include <algorithm>
@ -9,6 +8,7 @@ using namespace std;
#include <stdio.h>
#include <errno.h>
#include <limits.h>
using namespace std;
std::vector<string> explode(const string& s, const string& delim,
const bool keep_empty = false);

Loading…
Cancel
Save