Changed all .hpp extensions to .h where there is now a corresponding .cpp

This commit is contained in:
Phil Nash
2017-09-07 11:24:33 +01:00
parent 8c39f9a725
commit c5608f0202
53 changed files with 55 additions and 55 deletions

View File

@@ -13,7 +13,7 @@
# pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
#endif
#include "../include/internal/catch_xmlwriter.hpp"
#include "internal/catch_xmlwriter.h"
#include <iostream>
#include <cerrno>