Skip to content

Commit

Permalink
inverter.cpp: Remove duplicated #include <fcntl.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Apr 9, 2022
1 parent 57338bd commit fa7c22a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/inverter-cli/inverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "tools.h"
#include "main.h"

#include <fcntl.h>
#include <termios.h>

cInverter::cInverter(std::string devicename, int qpiri, int qpiws, int qmod, int qpigs) {
Expand Down

0 comments on commit fa7c22a

Please sign in to comment.