summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-31 22:42:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-31 22:42:10 +0300
commit00cda69b883d6354f093be6ee39a7936cb798979 (patch)
treef1daa290abfb53180bd8420a45fe6dff1c7a2ab3 /src/particle/particle.h
parent5919cdc663d5f60a8c5cc7e50ad0c43a18cf9829 (diff)
downloadplus-00cda69b883d6354f093be6ee39a7936cb798979.tar.gz
plus-00cda69b883d6354f093be6ee39a7936cb798979.tar.bz2
plus-00cda69b883d6354f093be6ee39a7936cb798979.tar.xz
plus-00cda69b883d6354f093be6ee39a7936cb798979.zip
move being related files into being dir.
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h
index 29cc7c0b4..116dd875a 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -23,7 +23,8 @@
#ifndef PARTICLE_PARTICLE_H
#define PARTICLE_PARTICLE_H
-#include "actor.h"
+#include "being/actor.h"
+
#include "localconsts.h"
#include <list>