Switch to unified view

a/src/bincimapmime/convert.h b/src/bincimapmime/convert.h
...
...
37
#include <stdio.h>
37
#include <stdio.h>
38
#include <sys/stat.h>
38
#include <sys/stat.h>
39
#include <cstdlib>
39
#include <cstdlib>
40
#include <cstring>
40
#include <cstring>
41
41
42
#include "address.h"
43
//#include "depot.h"
44
45
namespace Binc {
42
namespace Binc {
46
43
47
  //----------------------------------------------------------------------
44
  //----------------------------------------------------------------------
48
  inline std::string toString(int i_in)
45
  inline std::string toString(int i_in)
49
  {
46
  {