Skip to content
Snippets Groups Projects
Commit 88b8ce39 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed missing capitalization of include pathes

parent b3329153
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@
#include <regex.h>
#include <sys/types.h>
#include <dirent.h>
#include "../system/Wrapper.hh"
#include "../System/Wrapper.hh"
#include "../Exception/Exception.hh"
#include "../Utils/Regex.hh"
......
......@@ -24,7 +24,7 @@
#include <gtest/gtest.h>
#include <gmock/gmock-cardinalities.h>
#include "Device.hh"
#include "../system/Wrapper.hh"
#include "../System/Wrapper.hh"
using ::testing::AtLeast;
using ::testing::Return;
......
......@@ -25,7 +25,7 @@
* Test main program. For development use.
*/
#include "../system/Wrapper.hh"
#include "../System/Wrapper.hh"
#include "Device.hh"
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment