diff --git a/.hgignore b/.hgignore index ca5c2cc..df2f127 100644 --- a/.hgignore +++ b/.hgignore @@ -3,3 +3,4 @@ syntax: glob *.swp *.o *.so +ws diff --git a/src/converting.cc b/src/converting.cc new file mode 100644 index 0000000..48c9b05 --- /dev/null +++ b/src/converting.cc @@ -0,0 +1,2 @@ +#include "converting.hh" + diff --git a/src/converting.hh b/src/converting.hh new file mode 100644 index 0000000..f254b7a --- /dev/null +++ b/src/converting.hh @@ -0,0 +1,2 @@ +#include +