X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Futil.hpp;h=f75c95721d9df142691d2f44b12db2a7ca7895ea;hp=5d65694054ab2c0b2e6a9f652fc736abfc5da8cd;hb=da5e6727a632752d19f975d84ea76f1683cd656f;hpb=4bc10a910593fda2d378d62a57448cec4b2166bf diff --git a/pv/util.hpp b/pv/util.hpp index 5d656940..f75c9572 100644 --- a/pv/util.hpp +++ b/pv/util.hpp @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_UTIL_H -#define PULSEVIEW_UTIL_H +#ifndef PULSEVIEW_UTIL_HPP +#define PULSEVIEW_UTIL_HPP -#include +#include #include @@ -71,4 +71,4 @@ QString format_second(double second); } // namespace util } // namespace pv -#endif // PULSEVIEW_UTIL_H +#endif // PULSEVIEW_UTIL_HPP