Change include name from lower to upper case.

This commit is contained in:
bossiel 2010-05-04 13:27:04 +00:00
parent ce9ef15e30
commit 7f36f09707
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#ifndef TEST_MEDIA_DUMMY_H
#define TEST_MEDIA_DUMMY_H
#include "tinyMEDIA/tmedia.h"
#include "tinymedia/tmedia.h"
#define DUMMY(self) ((dummy_t*)(self))

View File

@ -19,7 +19,7 @@
* along with DOUBANGO.
*
*/
#include "tinyMEDIA/tmedia.h"
#include "tinymedia/tmedia.h"
#include "dummy.h"
#include "tsk.h"