WIP: header rename
This commit is contained in:
parent
4307191369
commit
e951c468a7
4 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@
|
|||
//#include "pre.hpp"
|
||||
#include "include/symbol.hpp"
|
||||
#include "proc/control/command.hpp"
|
||||
#include "proc/control/mutation.hpp"
|
||||
#include "proc/control/command-mutation.hpp"
|
||||
#include "proc/control/command-closure.hpp"
|
||||
|
||||
//#include <tr1/memory>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
MUTATION.hpp - a functor encapsulating the actual operation of a proc-Command
|
||||
COMMAND-MUTATION.hpp - functor encapsulating the actual operation of proc-Command
|
||||
|
||||
Copyright (C) Lumiera.org
|
||||
2009, Hermann Vosseler <Ichthyostega@web.de>
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file mutation.hpp
|
||||
** The core of a proc-Layer command: functor containing the actual operation to be executed.
|
||||
/** @file command-mutation.hpp
|
||||
** The core of a Proc-Layer command: functor containing the actual operation to be executed.
|
||||
** //TODO
|
||||
**
|
||||
** @see Command
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
//#include "pre.hpp"
|
||||
#include "include/symbol.hpp"
|
||||
#include "proc/control/mutation.hpp"
|
||||
#include "proc/control/command-mutation.hpp"
|
||||
#include "proc/control/command-closure.hpp"
|
||||
|
||||
//#include <tr1/memory>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
//#include "proc/mobject/placement.hpp"
|
||||
//#include "proc/mobject/placement-index.hpp"
|
||||
//#include "proc/mobject/explicitplacement.hpp"
|
||||
#include "proc/control/mutation.hpp"
|
||||
#include "proc/control/command-mutation.hpp"
|
||||
#include "lib/meta/tuple.hpp"
|
||||
//#include "lib/lumitime.hpp"
|
||||
//#include "lib/util.hpp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue