comparison src/strategist.cc @ 12:52927e5118f9

dep/animone: header cleanup
author Paper <paper@paper.us.eu.org>
date Wed, 08 May 2024 16:43:32 -0400
parents 87841727fa47
children 27b988a1048c
comparison
equal deleted inserted replaced
11:89adf9798083 12:52927e5118f9
1 #include <regex> 1 #include <regex>
2 #include <unordered_map>
2 3
3 #include "animone.h" 4 #include "animone.h"
4 #include "animone/fd.h" 5 #include "animone/fd.h"
5 #include "animone/strategies.h" 6 #include "animone/strategies.h"
6 #include "animone/util.h" 7 #include "animone/util.h"
7
8 #include <unordered_map>
9 8
10 /* this was STUPIDLY slow in Anisthesia, oops! */ 9 /* this was STUPIDLY slow in Anisthesia, oops! */
11 10
12 namespace animone::internal { 11 namespace animone::internal {
13 12