Switch to unified view

a/src/utils/mimeparse.cpp b/src/utils/mimeparse.cpp
...
...
776
    return tim;
776
    return tim;
777
}
777
}
778
778
779
#else 
779
#else 
780
780
781
#include <stdio.h>
782
#include <stdlib.h>
783
#include <string.h>
781
#include <time.h>
784
#include <time.h>
782
785
783
#include <string>
786
#include <string>
784
#include "mimeparse.h"
787
#include "mimeparse.h"
785
#include "readfile.h"
788
#include "readfile.h"