move common files to root

This commit is contained in:
notaz 2012-09-08 21:30:31 +03:00 committed by Grazvydas Ignotas
parent f506842df2
commit a86e9a3e58
25 changed files with 15 additions and 15 deletions

View file

@ -98,7 +98,7 @@ int sndout_oss_write(const void *buff, int len)
return write(sounddev, buff, len);
}
#include "../common/plat.h"
#include "../plat.h"
/* not really non-blocking, just detects if blocking occurs
* and starts skipping writes in case it does. */