Switch to unified view
a/src/bincimapmime/convert.h | b/src/bincimapmime/convert.h | ||
---|---|---|---|
... |
... |
||
21 | * You should have received a copy of the GNU General Public License |
21 | * You should have received a copy of the GNU General Public License |
22 | * along with this program; if not, write to the Free Software |
22 | * along with this program; if not, write to the Free Software |
23 | * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. |
23 | * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. |
24 | * -------------------------------------------------------------------- |
24 | * -------------------------------------------------------------------- |
25 | */ |
25 | */ |
26 | #ifdef HAVE_CONFIG_H |
||
27 | #include <config.h> |
||
28 | #endif |
||
29 | |||
30 | #ifndef convert_h_included |
26 | #ifndef convert_h_included |
31 | #define convert_h_included |
27 | #define convert_h_included |
32 | #include <string> |
28 | #include <string> |
33 | #include <vector> |
29 | #include <vector> |
34 | #include <iomanip> |
30 | #include <iomanip> |
35 | #include <iostream> |
31 | #include <iostream> |
36 | 32 | ||
37 | #include <stdio.h> |
33 | #include <stdio.h> |
38 | #include <sys/stat.h> |
||
39 | #include <cstdlib> |
34 | #include <cstdlib> |
40 | #include <cstring> |
35 | #include <cstring> |
41 | 36 | ||
42 | namespace Binc { |
37 | namespace Binc { |
43 | 38 |