WM8731 header clean-up.

This commit is contained in:
Jared Boone 2015-12-14 14:03:17 -08:00
parent 552bba47ea
commit f204a58d24
2 changed files with 2 additions and 5 deletions

View File

@ -19,10 +19,8 @@
* Boston, MA 02110-1301, USA.
*/
#include <cstdint>
#include <array>
#include "wm8731.hpp"
#include "utility.hpp"
namespace wolfson {
namespace wm8731 {

View File

@ -23,11 +23,10 @@
#define __WM8731_H__
#include <cstdint>
#include <array>
#include "i2c_pp.hpp"
#include "wm8731.hpp"
#include "utility.hpp"
#include "volume.hpp"
namespace wolfson {