summaryrefslogtreecommitdiff
path: root/src/particle.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-12 14:19:47 -0700
committerJared <jaxad0127@gmail.com>2010-01-12 14:41:34 -0700
commit1420656e08f65f3e5c963f82b10a718b8026d216 (patch)
tree262441cb8f9587b982f9078398844021c0d22de0 /src/particle.cpp
parentd18b9fb1aa086d3ed0187d61940564f197411cf4 (diff)
downloadmana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.gz
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.bz2
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.xz
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.zip
Standardize header order
Also remove some extra new lines and fix eAthena's PartyTab define guards.
Diffstat (limited to 'src/particle.cpp')
-rw-r--r--src/particle.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/particle.cpp b/src/particle.cpp
index 21bcec99..3507d0a0 100644
--- a/src/particle.cpp
+++ b/src/particle.cpp
@@ -22,8 +22,6 @@
#include <algorithm>
#include <cmath>
-#include <guichan/color.hpp>
-
#include "animationparticle.h"
#include "configuration.h"
#include "imageparticle.h"
@@ -40,6 +38,11 @@
#include "utils/mathutils.h"
#include "utils/xml.h"
+#include <guichan/color.hpp>
+
+#include <algorithm>
+#include <cmath>
+
#define SIN45 0.707106781f
class Graphics;