C++: Rename jansson-impl.hpp to jansson.ipp
[jansson.git] / src / jansson.ipp
similarity index 99%
rename from src/jansson-impl.hpp
rename to src/jansson.ipp
index eb68fcd..a845e84 100644 (file)
@@ -3,8 +3,8 @@
 // Jansson is free software; you can redistribute it and/or modify
 // it under the terms of the MIT license. See LICENSE for details.
 
-#if !defined(IN_JANSSON_HPP)
-#error "jansson-impl.hpp may only by included from jansson.hpp"
+#ifndef IN_JANSSON_HPP
+#error "jansson.ipp may only be included from jansson.hpp"
 #endif
 
 namespace json {