Skip to content

Commit

Permalink
more header stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhan0 committed Oct 13, 2024
1 parent 1d6cbdb commit 9699cf1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/CameraController.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 UBC Uncrewed Aircraft Systems

#include "CameraController.h"
#include "src/CameraController.hpp"

#include "ArenaApi.h"
// #include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion src/HttpTransmitter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 UBC Uncrewed Aircraft Systems

#include "HttpTransmitter.h"
#include "src/HttpTransmitter.hpp"

#include <curl/curl.h>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/curltest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <opencv2/core/ocl.hpp>
#include <opencv2/opencv.hpp>

#include "HttpTransmitter.h"
#include "src/HttpTransmitter.hpp"

// void image_sender(std::string url) {
// HttpTransmitter http_transmitter;
Expand Down
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#include <opencv2/opencv.hpp>

#include "ArenaApi.h"
#include "CameraController.h"
#include "CprHTTP.h"
#include "HttpTransmitter.h"
#include "TSQueue.h"
#include "src/CameraController.hpp"
#include "src/CprHTTP.hpp"
#include "src/HttpTransmitter.hpp"
#include "src/TSQueue.hpp"

struct ImagePath {
std::string path;
Expand Down

0 comments on commit 9699cf1

Please sign in to comment.