DEADSOFTWARE

Rename .ih files to module.ih for simplicity
[odcread.git] / main / module.ih
1 #include <iostream>
2 #include <fstream>
3 #include <string>
4 #include <stack>
6 #include "oberon.h"
7 #include "reader/reader.h"
8 #include "store/store.h"
9 #include "textmodel/textmodel.h"
10 #include "visitor/visitor.h"
12 // Character encoding conversions
13 #include <langinfo.h> // determine the current charset
14 #include <locale.h> // locale support
15 #include <iconv.h> // charset conversions
16 #include <errno.h> // error codes
17 #include <string.h> // string descriptions of error codes