Skip to content

Commit a5b4552

Browse files
authored
Merge pull request #6 from vinitjames/feature/buildinggtest
removed gtest header from sample
2 parents 52e7382 + 08f4c15 commit a5b4552

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

samples/sample_circularbuffer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "circular_buffer.h"
22
#include <iostream>
33
#include <string.h>
4-
#include "gtest/gtest.h"
5-
64
#include "circular_buffer.h"
75
#include <iostream>
86
#include <string.h>

samples/sample_stringbuffer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "circular_buffer.h"
22
#include <iostream>
33
#include <string.h>
4-
#include "gtest/gtest.h"
5-
64
#include "circular_buffer.h"
75
#include <iostream>
86
#include <string.h>

0 commit comments

Comments
 (0)