13
0

Remove unused headers

This commit is contained in:
Alejandro Domínguez 2024-08-19 02:14:45 +02:00 committed by Robin Gareus
parent 5f2371a9e2
commit 9544855fdd
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include <vector>
#include <stdint.h>
#include <algorithm>
#include <boost/optional.hpp>
#include <optional>
#include <cairomm/refptr.h>

View File

@ -21,7 +21,6 @@
#include <memory>
#include <boost/unordered_map.hpp>
#include <glibmm/threads.h>
#include "pbd/abstract_ui.h"