comparison server/main.cpp @ 33:d4f5f7231b84

Misc: switch to .hpp, dos2unix everything while here, #478
author David Demelier <markand@malikania.fr>
date Fri, 17 Jun 2016 13:12:35 +0200
parents a1e80d991968
children a47a4477f347
comparison
equal deleted inserted replaced
32:81292e0651d2 33:d4f5f7231b84
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <iostream> 19 #include <iostream>
20 20
21 #include "malikania/account.h" 21 #include "malikania/account.hpp"
22 #include "malikania/dao-account.h" 22 #include "malikania/dao-account.hpp"
23 #include "malikania/database.h" 23 #include "malikania/database.hpp"
24 24
25 using namespace malikania; 25 using namespace malikania;
26 26
27 int main(int, char **) 27 int main(int, char **)
28 { 28 {