Skip to content

Commit 2e8d71d

Browse files
include cleanups
1 parent 3d1f15a commit 2e8d71d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

VCellMessaging/include/VCELL/SimulationMessaging.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#ifndef _SIMULATIONMESSAGING_H_
22
#define _SIMULATIONMESSAGING_H_
33

4-
#include <string>
54
#include <vector>
6-
#include <iostream>
7-
#include <memory.h>
5+
86

97
#include "CurlProxyClasses.h"
108
#include "MessageEventManager.h"

VCellMessaging/src/JobEventStatus.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Created by Logan Drescher on 11/25/25.
33
//
44
#include <VCELL/JobEventStatus.h>
5+
#include <stdexcept>
56

67
std::string JobEvent::toString(const Status status) {
78
switch (status) {

VCellMessaging/src/SimulationMessaging.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#include <VCELL/SimulationMessaging.h>
22
#include <iostream>
3-
#include <algorithm>
43
#include <functional>
5-
#include <sstream>
6-
#include <ranges>
4+
#include <string>
75
#include <format>
86

97

0 commit comments

Comments
 (0)