Skip to content

Commit

Permalink
Remove pragma once from cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Feb 15, 2024
1 parent 2c0d888 commit 5772219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions libraries/lib-cloud-audiocom/CloudSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
Dmitry Vedenko
**********************************************************************/
#pragma once

#include "CloudSettings.h"

#include "FileNames.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
Audacity: A Digital Audio Editor
WaitForActionDialog.h
WaitForActionDialog.cpp
Dmitry Vedenko
**********************************************************************/
#pragma once

#include "WaitForActionDialog.h"

namespace cloud::audiocom::sync
Expand Down

0 comments on commit 5772219

Please sign in to comment.