Skip to content

Commit

Permalink
Remove unused include. Add needed includes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Aug 7, 2022
1 parent a8a7171 commit f0d2708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/autoapp/Managers/IVideoManager.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#include <vector>
#include <functional>
#include <autoapp/Managers/IManager.hpp>
#include <dbus-cxx.h>

class IVideoManager: public IManager{
public:
Expand Down

0 comments on commit f0d2708

Please sign in to comment.