Skip to content

Commit

Permalink
Fixed include case sensitive name include
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Jan 4, 2020
1 parent 8386bed commit 854f260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Windows/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef ZEGRAPHER_H
#define ZEGRAPHER_H

#include "Structures.h"
#include "structures.h"
#include "GraphDraw/maingraph.h"
#include "Windows/rangeadjustments.h"
#include "Windows/mathobjectsinput.h"
Expand Down
2 changes: 1 addition & 1 deletion Windows/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef SETTINGS_H
#define SETTINGS_H

#include "Structures.h"
#include "structures.h"
#include "information.h"
#include "Widgets/qcolorbutton.h"

Expand Down

0 comments on commit 854f260

Please sign in to comment.