Skip to content

Commit

Permalink
Remove character header from faction header (#38350)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Feb 25, 2020
1 parent b600942 commit a374f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/faction.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
#include <bitset>
#include <vector>
#include <map>
#include <set>
#include <string>
#include <unordered_map>

#include "character.h"
#include "character_id.h"
#include "color.h"
#include "cursesdef.h"
#include "string_id.h"
Expand Down

0 comments on commit a374f89

Please sign in to comment.