Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
NUP-2475: Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Mar 13, 2018
1 parent 2af2579 commit fb596b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nupic/engine/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ Implementation of the Network class
#include <stdexcept>

#include <nupic/engine/Input.hpp>
#include <nupic/engine/Output.hpp>
#include <nupic/types/BasicType.hpp>
#include <nupic/engine/Link.hpp>
#include <nupic/engine/Network.hpp>
#include <nupic/engine/NuPIC.hpp> // for register/unregister
#include <nupic/engine/Output.hpp>
#include <nupic/engine/Region.hpp>
#include <nupic/engine/Spec.hpp>
#include <nupic/ntypes/BundleIO.hpp>
Expand Down

0 comments on commit fb596b5

Please sign in to comment.