Switch to unified view

a/src/utils/transcode.cpp b/src/utils/transcode.cpp
...
...
130
}
130
}
131
131
132
132
133
#else
133
#else
134
134
135
#include <stdio.h>
136
#include <stdlib.h>
135
#include <errno.h>
137
#include <errno.h>
138
#include <unistd.h>
139
#include <fcntl.h>
136
140
137
#include <string>
141
#include <string>
138
#include <iostream>
142
#include <iostream>
139
143
140
#include <unistd.h>
141
#include <fcntl.h>
142
144
143
using namespace std;
145
using namespace std;
144
146
145
#include "readfile.h"
147
#include "readfile.h"
146
#include "transcode.h"
148
#include "transcode.h"