version: Rename header to follow same hh format as other headers
This commit is contained in:
parent
daa4fc7a64
commit
ea55f655ea
|
@ -1,4 +1,4 @@
|
|||
#include "version.h"
|
||||
#include "version.hh"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "version.h"
|
||||
#include "lib.hh"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(DefaultTest, ctor) {
|
||||
|
|
Loading…
Reference in New Issue