Skip to content

Commit

Permalink
Avoid character.h import with forward declaraction
Browse files Browse the repository at this point in the history
Apply suggestion from code review.

Co-authored-by: Kevin Granade <[email protected]>
  • Loading branch information
wapcaplet and kevingranade committed Aug 26, 2021
1 parent e7bdbe0 commit 63ab28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panels.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
#include <string>
#include <vector>

#include "character.h"
#include "color.h"
#include "coordinates.h"
#include "translations.h"

class JsonIn;
class JsonOut;
class avatar;
class Character;
class Creature;
struct point;

// The display namespace contains UI string output and colorization functions
Expand Down

0 comments on commit 63ab28e

Please sign in to comment.