| 877:b60487c3ec36 | 888:af685cc9d623 |
|---|---|
| 34 #include "methods.h" | 34 #include "methods.h" |
| 35 #include "crypto.h" | 35 #include "crypto.h" |
| 36 #include "session.h" | 36 #include "session.h" |
| 37 #include "xml.h" | 37 #include "xml.h" |
| 38 | 38 |
| 39 #include <cx/utils.h> | |
| 40 #include <cx/printf.h> | 39 #include <cx/printf.h> |
| 41 #include <cx/hash_map.h> | 40 #include <cx/hash_map.h> |
| 42 | 41 |
| 43 #define xstreq(a,b) xmlStrEqual(BAD_CAST a, BAD_CAST b) | 42 #define xstreq(a,b) xmlStrEqual(BAD_CAST a, BAD_CAST b) |
| 44 | 43 |