Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samparent97 committed Apr 30, 2024
1 parent aa4bc32 commit dc8e164
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions firmware/projects/TMS/inc/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

#pragma once

#include <sys/_stdint.h>
#include <sys/types.h>

#include <cstddef>
#include <cstdint>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions firmware/projects/TMS/main.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/// @author Blake Freer
/// @date 2023-11-18

#include <sys/_stdint.h>

#include <cstdint>
#include <string>

Expand Down
2 changes: 0 additions & 2 deletions firmware/projects/TMS/platforms/stm32f767/bindings.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/// @author Blake Freer
/// @date 2023-12-25

#include <complex.h>

#include <string>

// cubemx files
Expand Down

0 comments on commit dc8e164

Please sign in to comment.