Skip to content

Commit

Permalink
clean-up extprocess headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fszontagh committed Dec 2, 2024
1 parent f57ac79 commit bed7873
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
16 changes: 0 additions & 16 deletions extprocess/src/ApplicationLogic.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
#ifndef EXTPROCESS_APPLICATIONLOGIC_H
#define EXTPROCESS_APPLICATIONLOGIC_H

#include <memory>
#include <random>
#include <string>
#include <thread>
#include "helpers/sd.hpp"
#include "ver.hpp"
#include "wx/event.h"
#include "wx/translation.h"

#include "config.hpp"
#include "helpers/sslUtils.hpp"
#include "libs/SharedLibrary.h"
#include "libs/SharedMemoryManager.h"
#include "libs/json.hpp"
#include "ui/QueueManager.h"

class ApplicationLogic {
public:
ApplicationLogic(const std::string& libName, std::shared_ptr<SharedMemoryManager>& sharedMemoryManager);
Expand Down
14 changes: 8 additions & 6 deletions extprocess/src/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <ostream>
#include <string>
#include <thread>
#include <random>

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#else
Expand All @@ -12,21 +14,21 @@
#include <unistd.h>
#include <cstring>
#endif
#include <random>


#include "ver.hpp"
#include "config.hpp"

#include <wx/event.h>
#include <wx/string.h>
#include <wx/translation.h>
#include <wx/filename.h>
#include "helpers/sd.hpp"

//#include "../../src/ui/utils.hpp"
#include "helpers/sslUtils.hpp"
#include "libs/SharedLibrary.h"
#include "libs/SharedMemoryManager.h"
#include "libs/json.hpp"
#include "ui/QueueManager.h"

#include "ApplicationLogic.h"
#include "config.hpp"
#include "helpers/sd.hpp"

#include "ApplicationLogic.h"

0 comments on commit bed7873

Please sign in to comment.