]> git.jsancho.org Git - lugaru.git/blobdiff - Source/User/Account.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / User / Account.cpp
index ff4b04f52c0020341385109e300d66c77893a3cb..ed0a654efa389a201a204311c105585e799665d4 100644 (file)
@@ -18,12 +18,14 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "User/Account.h"
+#include "User/Account.hpp"
+
+#include "MacCompatibility.hpp"
 #include "Utils/binio.h"
-#include "MacCompatibility.h"
+
 #include <fstream>
-#include "string.h"
 #include <iostream>
+#include <string.h>
 
 using namespace std;