version: Rename header to follow same hh format as other headers

This commit is contained in:
Joni Räsänen 2021-09-02 12:28:53 +03:00
parent daa4fc7a64
commit ea55f655ea
4 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "version.h"
#include "version.hh"
#include <cstdint>
#include <string>

View File

@ -9,6 +9,7 @@
#include "debug.hh" // debug prints
#include "frame.hh" // frame related functions
#include "util.hh" // types
#include "version.hh"
#include <map>
#include <string>

View File

@ -1,4 +1,4 @@
#include "version.h"
#include "lib.hh"
#include <gtest/gtest.h>
TEST(DefaultTest, ctor) {