diff options
| author | Michael Bebenita <mbebenita@mozilla.com> | 2010-09-07 18:08:09 -0700 |
|---|---|---|
| committer | Michael Bebenita <mbebenita@mozilla.com> | 2010-09-07 18:41:08 -0700 |
| commit | 066c14009b83ba7dd51c27dba7a16b7971b0ce63 (patch) | |
| tree | 40baf138f78f20ea44a896a44a2cef343ea66752 /src/rt/rust_proxy.cpp | |
| parent | 9b74129a4f2d3edd4502dd263b54535aa67780a0 (diff) | |
| download | rust-066c14009b83ba7dd51c27dba7a16b7971b0ce63.tar.gz rust-066c14009b83ba7dd51c27dba7a16b7971b0ce63.zip | |
Added a .cpp file for rust_proxy to help avoid .h file dependencies in the future.
Diffstat (limited to 'src/rt/rust_proxy.cpp')
| -rw-r--r-- | src/rt/rust_proxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_proxy.cpp b/src/rt/rust_proxy.cpp new file mode 100644 index 00000000000..4629fca7421 --- /dev/null +++ b/src/rt/rust_proxy.cpp @@ -0,0 +1 @@ +#include "rust_internal.h" |
