Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
didn't put the header inthe right place 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jan 15, 2024
1 parent d4c0817 commit 98f230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Framework/Bus.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef FRAMEWORK_BUS_H
#define FRAMEWORK_BUS_H

#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <iostream>

// ROOT
#include "TBranchElement.h"
Expand Down

0 comments on commit 98f230e

Please sign in to comment.