Skip to content

Commit

Permalink
Madness backend: move high-level ttg.h include after implementation i…
Browse files Browse the repository at this point in the history
…ncludes

Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Nov 15, 2024
1 parent dc4bf9b commit b932ac0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ttg/ttg/madness/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@

#include "ttg/impl_selector.h"

/* include ttg header to make symbols available in case this header is included directly */
#include "../../ttg.h"
#include "ttg/base/keymap.h"
#include "ttg/base/tt.h"
#include "ttg/func.h"
#include "ttg/madness/device.h"
#include "ttg/madness/devicefunc.h"

#include "ttg/runtimes.h"
#include "ttg/tt.h"
#include "ttg/util/bug.h"
Expand All @@ -28,6 +27,9 @@
#include "ttg/world.h"
#include "ttg/coroutine.h"

/* include ttg header to make symbols available in case this header is included directly */
#include "../../ttg.h"

#include <array>
#include <cassert>
#include <functional>
Expand Down

0 comments on commit b932ac0

Please sign in to comment.