Skip to content

Commit

Permalink
nn::acp: Remove invalid C++ function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Jul 26, 2022
1 parent 5f3217b commit 9d7289c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
3 changes: 1 addition & 2 deletions include/nn/acp.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
*
*/

#include <nn/acp/client_c.h>
#include <nn/acp/client_cpp.h>
#include <nn/acp/client.h>
#include <nn/acp/device.h>
#include <nn/acp/result.h>
#include <nn/acp/save.h>
Expand Down
File renamed without changes.
24 changes: 0 additions & 24 deletions include/nn/acp/client_cpp.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
#include <mic/mic.h>
#include <nn/ac/ac_c.h>
#include <nn/ac/ac_cpp.h>
#include <nn/acp/client_c.h>
#include <nn/acp/client_cpp.h>
#include <nn/acp/client.h>
#include <nn/acp/drcled_c.h>
#include <nn/acp/drcled_cpp.h>
#include <nn/acp/device.h>
Expand Down

0 comments on commit 9d7289c

Please sign in to comment.