Skip to content

Commit

Permalink
test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdeye committed Jul 27, 2024
1 parent d182691 commit 180d9a7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion tool-openssl/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "../tool/internal.h"
#include <string>
#include <vector>
#include <string>



typedef bool (*tool_func_t)(const std::vector<std::string> &args);
Expand Down
1 change: 0 additions & 1 deletion tool-openssl/md5_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <openssl/pem.h>
#include "internal.h"
#include "test_util.h"
#include <fstream>
#include <cctype>


Expand Down
3 changes: 0 additions & 3 deletions tool-openssl/rsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
#include <openssl/pem.h>
#include "internal.h"
#include "test_util.h"
#include <fstream>
#include <sstream>
#include <iterator>
#include <cctype>


Expand Down
1 change: 0 additions & 1 deletion tool-openssl/test_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#ifndef TEST_UTIL_H
#define TEST_UTIL_H

#include "../tool/internal.h"
#include <gtest/gtest.h>
#include <string>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion tool-openssl/x509_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <openssl/pem.h>
#include "internal.h"
#include "test_util.h"
#include <fstream>
#include <cctype>


Expand Down

0 comments on commit 180d9a7

Please sign in to comment.