diff options
| author | 2014-04-08 20:15:08 -0400 | |
|---|---|---|
| committer | 2014-04-08 20:15:08 -0400 | |
| commit | de0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch) | |
| tree | c19b7a97fded29a04d7aca5702ab901820a663dc /src/common/fifo_queue.h | |
| parent | got rid of 'src' folders in each sub-project (diff) | |
| download | yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.gz yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.xz yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.zip | |
fixed project includes to use new directory structure
Diffstat (limited to 'src/common/fifo_queue.h')
| -rw-r--r-- | src/common/fifo_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fifo_queue.h b/src/common/fifo_queue.h index 57efcd839..4e80f53b4 100644 --- a/src/common/fifo_queue.h +++ b/src/common/fifo_queue.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | // a simple lockless thread-safe, | 5 | // a simple lockless thread-safe, |
| 6 | // single reader, single writer queue | 6 | // single reader, single writer queue |
| 7 | 7 | ||
| 8 | #include "atomic.h" | 8 | #include "common/atomic.h" |
| 9 | 9 | ||
| 10 | namespace Common | 10 | namespace Common |
| 11 | { | 11 | { |