diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-11 17:48:30 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-11 17:48:30 -0400 |
commit | f3e5eee5f555787230e22eb47600b5767d6b19da (patch) | |
tree | f35c7bf9f5d6677459fcd09d11a4912ab773d0b2 | |
parent | 9a17b5ce0489bdb60ca04b441d2c44452edfb50e (diff) | |
download | chroma-f3e5eee5f555787230e22eb47600b5767d6b19da.tar.gz chroma-f3e5eee5f555787230e22eb47600b5767d6b19da.tar.bz2 chroma-f3e5eee5f555787230e22eb47600b5767d6b19da.zip |
remove #include.
-rw-r--r-- | src/propagate.cu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/propagate.cu b/src/propagate.cu index 5e98c9f..fdcf532 100644 --- a/src/propagate.cu +++ b/src/propagate.cu @@ -1,7 +1,6 @@ //-*-c-*- #include "linalg.h" -#include "mesh.h" #include "geometry.h" #include "photon.h" |